PHP Class test\ns1\TestPhp7Class

Inheritance: extends TestPhp7Class__AopProxied, implements Go\Aop\Proxy
Show file Open project: goaop/framework

Public Methods

Method Description
arrayRth ( array $arg ) : array
arraySth ( array $arg )
boolRth ( boolean $arg ) : boolean
boolSth ( boolean $arg )
callableRth ( callable $arg ) : callable
callableSth ( callable $arg )
exceptionArg ( Exception $exception, Exception $localException )
exceptionArg ( Exception $exception, Test\ns1\Exception $localException )
exceptionRth ( Exception $exception ) : Exception
floatRth ( float $arg ) : float
floatSth ( float $arg )
intRth ( integer $arg ) : integer
intSth ( integer $arg )
noRth ( LocalException $exception )
noRth ( Test\ns1\LocalException $exception )
stringRth ( string $arg ) : string
stringSth ( string $arg )
variadicStringSthByRef ( variadic &$args )

Method Details

arrayRth() public method

public arrayRth ( array $arg ) : array
$arg array
return array

arraySth() public method

public arraySth ( array $arg )
$arg array

boolRth() public method

public boolRth ( boolean $arg ) : boolean
$arg boolean
return boolean

boolSth() public method

public boolSth ( boolean $arg )
$arg boolean

callableRth() public method

public callableRth ( callable $arg ) : callable
$arg callable
return callable

callableSth() public method

public callableSth ( callable $arg )
$arg callable

exceptionArg() public method

public exceptionArg ( Exception $exception, Exception $localException )
$exception Exception
$localException Exception

exceptionArg() public method

public exceptionArg ( Exception $exception, Test\ns1\Exception $localException )
$exception Exception
$localException Test\ns1\Exception

exceptionRth() public method

public exceptionRth ( Exception $exception ) : Exception
$exception Exception
return Exception

floatRth() public method

public floatRth ( float $arg ) : float
$arg float
return float

floatSth() public method

public floatSth ( float $arg )
$arg float

intRth() public method

public intRth ( integer $arg ) : integer
$arg integer
return integer

intSth() public method

public intSth ( integer $arg )
$arg integer

noRth() public method

public noRth ( LocalException $exception )
$exception LocalException

noRth() public method

public noRth ( Test\ns1\LocalException $exception )
$exception Test\ns1\LocalException

stringRth() public method

public stringRth ( string $arg ) : string
$arg string
return string

stringSth() public method

public stringSth ( string $arg )
$arg string

variadicStringSthByRef() public method

public variadicStringSthByRef ( variadic &$args )
$args variadic