[Amfphp_Plugins_Discovery] element index

Package indexes

All elements
a d e f g m n p s t _
_
top
__construct
__construct
__construct
__construct
AmfphpDiscovery::__construct() in AmfphpDiscovery.php
constructor.
a
top
AmfphpDiscovery.php
AmfphpDiscovery.php in AmfphpDiscovery.php
AmfphpDiscoveryService.php
AmfphpDiscoveryService.php in AmfphpDiscoveryService.php
AmfphpDiscovery
AmfphpDiscovery in AmfphpDiscovery.php
adds the discovery service, a service that returns information about available services.
AmfphpDiscoveryService
AmfphpDiscoveryService in AmfphpDiscoveryService.php
analyses existing services. Warning: if 2 or more services have the same name, t-only one will appear in the returned data, as it is an associative array using the service name as key.
AmfphpDiscovery_MethodDescriptor
AmfphpDiscovery_MethodDescriptor in MethodDescriptor.php
Contains all collected information about a service method.
AmfphpDiscovery_ParameterDescriptor
AmfphpDiscovery_ParameterDescriptor in ParameterDescriptor.php
Contains all collected information about a service method parameter
AmfphpDiscovery_ServiceDescriptor
AmfphpDiscovery_ServiceDescriptor in ServiceDescriptor.php
Contains all collected information about a service. This information will be used by the generator.
d
top
discover
AmfphpDiscoveryService::discover() in AmfphpDiscoveryService.php
does the actual collection of data about available services
e
top
$excludePaths
AmfphpDiscoveryService::$excludePaths in AmfphpDiscoveryService.php
$excludePaths
AmfphpDiscovery::$excludePaths in AmfphpDiscovery.php
array of files and folders to ignore during introspection of the services dir
f
top
filterServiceFolderPaths
grabs serviceFolderPaths from config
filterServiceNames2ClassFindInfo
grabs serviceNames2ClassFindInfo from config and add discovery service
g
top
getAvailableServiceNames
returns a list of available services
m
top
$methods
MethodDescriptor.php
MethodDescriptor.php in MethodDescriptor.php
n
top
$name
$name
$name
p
top
$parameters
ParameterDescriptor.php
ParameterDescriptor.php in ParameterDescriptor.php
s
top
$serviceFolderPaths
AmfphpDiscoveryService::$serviceFolderPaths in AmfphpDiscoveryService.php
paths to folders containing services(relative or absolute). set by plugin.
$serviceNames2ClassFindInfo
ServiceDescriptor.php
ServiceDescriptor.php in ServiceDescriptor.php
searchFolderForServices
finds classes in folder. If in subfolders add the relative path to the name.
t
top
$type
This can be gathered in 2 manners: commentary tag analysis and type hinting analysis. For starters only the second method is used
a d e f g m n p s t _