app.option.get
app.option.get( option )
The method gets data, binded to an application. If nothing is passed on input, returns all properties, written via app.option.set.
Parameters
Parameter | Description | Available from version |
---|---|---|
option | String, one of keys from the property app.option.set. |
Example
CRest::call('app.option.get',[//returns property with 'data' key 'option' => 'data' ])
CRest::call('app.option.get',[]) //returns all properties
© «Bitrix24», 2001-2024