PHP Class Go\Stubs\First

Datei anzeigen Open project: goaop/framework

Public Properties

Property Type Description
$public

Protected Properties

Property Type Description
$protected
$staticProtected
$staticPublic

Public Methods

Method 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

Protected Methods

Method Description
protectedMethod ( )
staticLsbProtected ( ) Static methods that access static:: properties with LSB
staticSelfProtected ( )

Private Methods

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

Method Details

passByReference() public method

Pass by reference
public passByReference ( &$valueByReference )

protectedMethod() protected method

protected protectedMethod ( )

publicMethod() public method

public publicMethod ( )

recursion() public method

Recursion test
public recursion ( $value, $level )

staticLsbProtected() protected static method

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

staticLsbPublic() public static method

public static staticLsbPublic ( )

staticLsbRecursion() public static method

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

staticPassByReference() public static method

Pass by reference
public static staticPassByReference ( &$valueByReference )

staticSelfProtected() protected static method

protected static staticSelfProtected ( )

staticSelfPublic() public static method

public static staticSelfPublic ( )

staticSelfPublicAccessPrivate() public static method

public static staticSelfPublicAccessPrivate ( )

staticVariableArgsTest() public static method

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
return string

staticVariadicArgsTest() public static method

Method for checking static variadic arguments
public static staticVariadicArgsTest ( $args ) : array
return array

variableArgsTest() public method

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

variadicArgsTest() public method

Method for checking variadic arguments
public variadicArgsTest ( $args ) : array
return 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