Méthode | Description | |
---|---|---|
extractMethodHandler ( $proxy ) : mixed | Extracts method handler from proxy object. | |
newInstance ( $className, $methodHandler ) : null | Creates a proxy for the given class. |
Méthode | Description | |
---|---|---|
getClassMethods ( ReflectionClass $class ) : ReflectionMetho\ReflectionMethod[] | ||
getParameterDeclaration ( ReflectionFunctionAbstract $method ) | ||
getProxyClassDefinition ( $name, $className ) |
public static extractMethodHandler ( $proxy ) : mixed | ||
$proxy | ||
Résultat | mixed |
public static newInstance ( $className, $methodHandler ) : null | ||
$className | ||
$methodHandler | ||
Résultat | null |