PHP Class Go\Stubs\First

Afficher le fichier Open project: goaop/framework

Méthodes publiques

Свойство Type Description
$public

Protected Properties

Свойство Type Description
$protected
$staticProtected
$staticPublic

Méthodes publiques

Méthode Description
passByReference ( &$valueByReference ) Pass by reference
publicMethod ( )
recursion ( $value, $level ) Recursion test
staticLsbPublic ( )
staticLsbRecursion ( $value, $level ) Recursion test
staticPassByReference ( &$valueByReference ) Pass by reference
staticSelfPublic ( )
staticSelfPublicAccessPrivate ( )
staticVariableArgsTest ( ) : string Method for checking invocation with any number of arguments
staticVariadicArgsTest ( $args ) : array Method for checking static variadic arguments
variableArgsTest ( ) : string Method for checking invocation with any number of arguments
variadicArgsTest ( $args ) : array Method for checking variadic arguments

Méthodes protégées

Méthode Description
protectedMethod ( )
staticLsbProtected ( ) Static methods that access static:: properties with LSB
staticSelfProtected ( )

Private Methods

Méthode Description
privateMethod ( ) Dynamic methods that access $this-> properties
staticSelfPrivate ( ) Static methods that access self:: properties

Method Details

passByReference() public méthode

Pass by reference
public passByReference ( &$valueByReference )

protectedMethod() protected méthode

protected protectedMethod ( )

publicMethod() public méthode

public publicMethod ( )

recursion() public méthode

Recursion test
public recursion ( $value, $level )

staticLsbProtected() protected static méthode

Static methods that access static:: properties with LSB
protected static staticLsbProtected ( )

staticLsbPublic() public static méthode

public static staticLsbPublic ( )

staticLsbRecursion() public static méthode

Recursion test
public static staticLsbRecursion ( $value, $level )

staticPassByReference() public static méthode

Pass by reference
public static staticPassByReference ( &$valueByReference )

staticSelfProtected() protected static méthode

protected static staticSelfProtected ( )

staticSelfPublic() public static méthode

public static staticSelfPublic ( )

staticSelfPublicAccessPrivate() public static méthode

public static staticSelfPublicAccessPrivate ( )

staticVariableArgsTest() public static méthode

NB: Real proxy use the method definition to prepare invocation proxy, so variable number of arguments will not work at all!
public static staticVariableArgsTest ( ) : string
Résultat string

staticVariadicArgsTest() public static méthode

Method for checking static variadic arguments
public static staticVariadicArgsTest ( $args ) : array
Résultat array

variableArgsTest() public méthode

NB: Real proxy use the method definition to prepare invocation proxy, so variable number of arguments will not work at all!
public variableArgsTest ( ) : string
Résultat string

variadicArgsTest() public méthode

Method for checking variadic arguments
public variadicArgsTest ( $args ) : array
Résultat array

Property Details

$protected protected_oe property

protected $protected

$public public_oe property

public $public

$staticProtected protected_oe static_oe property

protected static $staticProtected

$staticPublic protected_oe static_oe property

protected static $staticPublic