config for the backoffice
package | Amfphp_BackOffice |
---|---|
author | Ariel Sommeria-Klein |
__construct()
resolveAmfphpEntryPointUrl() : string
If in config it contains 'http', we consider it's absolute. Otherwise it's relative, and we build it.
string
$amfphpEntryPointPath : String
relative or absolute. If relative, be careful, it's relative to the script, not this file. 'http://silexlabs.org/Tests/TestData/'; some entry points that pertain to the code: '../Amfphp/index.php' '../Examples/Php/index.php' '../Tests/TestData/index.php'
$backOfficeCredentials : array
expected format: username => password See constructor for example code.
$requireSignIn : boolean
Set to true for public server. true by default