[Amfphp_Backoffice_Generators] element index
Package indexes
Amfphp_Core
Amfphp_Core_Amf
Amfphp_Core_Amf_Types
Amfphp_Core_Common
Amfphp
Amfphp_Plugins_Authentication
Amfphp_Plugins_CharsetConverter
Amfphp_Plugins_CustomClassConverter
Amfphp_Plugins_Discovery
Amfphp_Plugins_Dummy
Amfphp_Plugins_ErrorHandler
Amfphp_Plugins_FlexMessaging
Amfphp_Plugins_Get
Amfphp_Plugins_AmfphpIncludedRequest
Amfphp_Plugins_Json
Amfphp_Plugins_Logger
Amfphp_Services
Amfphp_BackOffice
Amfphp__BackOffice_ClientGenerator
Amfphp_BackOffice_ClientGenerator
Amfphp_Backoffice
Amfphp_Examples_ExampleService
Amfphp_Examples
Tests_Amfphp_Core_Amf
Tests_Amfphp_Core_Common
Tests_Amfphp_Core
Tests_Amfphp_Plugins_Authentication
Tests_Amfphp_Plugins_CharsetConverter
Tests_Amfphp_Plugins_CustomClassConverter
Tests_Amfphp_Plugins_FlexMessaging
Tests_Amfphp_Plugins_Logger
Tests
Tests_TestData
Tests_TestData_CustomClasses
Tests_TestData_Services
Tests_TestData_TestPlugins_DisabledPlugin
Tests_TestData_TestPlugins_DummyPlugin
All elements
a
c
f
g
i
m
p
s
t
_
_
top
_SERVICE_ClientUi.php
_SERVICE_ClientUi.php
in _SERVICE_ClientUi.php
_METHOD_
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::_METHOD_
in ClientGeneratorBase.php
_PARAMETER_
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::_PARAMETER_
in ClientGeneratorBase.php
_SERVICE_
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::_SERVICE_
in ClientGeneratorBase.php
__construct
AmfphpHtmlClientGenerator::__construct()
in AmfphpHtmlClientGenerator.php
__construct
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::__construct()
in ClientGeneratorBase.php
__construct
AmfphpFlashClientGenerator::__construct()
in AmfphpFlashClientGenerator.php
a
top
$amfphpEntryPointUrl
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$amfphpEntryPointUrl
in ClientGeneratorBase.php
AmfphpFlashClientGenerator
AmfphpFlashClientGenerator
in AmfphpFlashClientGenerator.php
generates a Flash project for consumption of amfPHP services
AmfphpHtmlClientGenerator
AmfphpHtmlClientGenerator
in AmfphpHtmlClientGenerator.php
generates a Flash project for consumption of amfPHP services
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase
in ClientGeneratorBase.php
Handles typical client generation, override various methods for customisation
copies the template.
AmfphpFlashClientGenerator.php
AmfphpFlashClientGenerator.php
in AmfphpFlashClientGenerator.php
AmfphpHtmlClientGenerator.php
AmfphpHtmlClientGenerator.php
in AmfphpHtmlClientGenerator.php
c
top
$codeFileExtensions
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$codeFileExtensions
in ClientGeneratorBase.php
ClientGeneratorBase.php
ClientGeneratorBase.php
in ClientGeneratorBase.php
f
top
$fileBeingProcessed
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$fileBeingProcessed
in ClientGeneratorBase.php
file being processed, useful for error messages
g
top
generate
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::generate()
in ClientGeneratorBase.php
generateOneServiceFileCode
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::generateOneServiceFileCode()
in ClientGeneratorBase.php
generates code for one Service File.
generateServiceFiles
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::generateServiceFiles()
in ClientGeneratorBase.php
generate as many copies as there are services and treat it as a service block.
getInfoUrl
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::getInfoUrl()
in ClientGeneratorBase.php
override to provide a custom url for a page containing info for this generator.
getInfoUrl
AmfphpFlashClientGenerator::getInfoUrl()
in AmfphpFlashClientGenerator.php
getInfoUrl
AmfphpHtmlClientGenerator::getInfoUrl()
in AmfphpHtmlClientGenerator.php
getTestUrlSuffix
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::getTestUrlSuffix()
in ClientGeneratorBase.php
added to the url of the generated code to go to its test page directly fro, the client generator ui
getTestUrlSuffix
AmfphpHtmlClientGenerator::getTestUrlSuffix()
in AmfphpHtmlClientGenerator.php
(non-PHPdoc)
getUiCallText
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::getUiCallText()
in ClientGeneratorBase.php
override to provide a custom text in the Client Generator UI button for this generator.
getUiCallText
AmfphpHtmlClientGenerator::getUiCallText()
in AmfphpHtmlClientGenerator.php
getUiCallText
AmfphpFlashClientGenerator::getUiCallText()
in AmfphpFlashClientGenerator.php
i
top
index.php
index.php
in index.php
m
top
$methodBeingProcessed
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$methodBeingProcessed
in ClientGeneratorBase.php
METHOD
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::METHOD
in ClientGeneratorBase.php
p
top
PARAMETER
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::PARAMETER
in ClientGeneratorBase.php
PARAMETER_COMMA
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::PARAMETER_COMMA
in ClientGeneratorBase.php
processMethodListBlock
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::processMethodListBlock()
in ClientGeneratorBase.php
finds parameter blocks.
processParameterCommaListBlock
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::processParameterCommaListBlock()
in ClientGeneratorBase.php
multiplies and adapts the code for each parameter, but adds a comma between each
processParameterListBlock
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::processParameterListBlock()
in ClientGeneratorBase.php
multiplies and adapts the code for each parameter
processServiceListBlock
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::processServiceListBlock()
in ClientGeneratorBase.php
finds method blocks.
processSourceFile
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::processSourceFile()
in ClientGeneratorBase.php
load the code, and look if either file is a service block, or il it contains service blocks.
s
top
$serviceBeingProcessed
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$serviceBeingProcessed
in ClientGeneratorBase.php
$services
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$services
in ClientGeneratorBase.php
searchForBlocksAndApplyProcessing
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::searchForBlocksAndApplyProcessing()
in ClientGeneratorBase.php
looks for blocks delimited by the start and stop markers matching the directive, and applies a processing function to each found block.
SERVICE
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::SERVICE
in ClientGeneratorBase.php
t
top
$templateFolderUrl
Amfphp_BackOffice_ClientGenerator_ClientGeneratorBase::$templateFolderUrl
in ClientGeneratorBase.php
top.php
top.php
in top.php
a
c
f
g
i
m
p
s
t
_