PHP 클래스 test\ns1\TestPhp7Class

상속: extends TestPhp7Class__AopProxied, implements Go\Aop\Proxy
파일 보기 프로젝트 열기: goaop/framework

공개 메소드들

메소드 설명
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 )

메소드 상세

arrayRth() 공개 메소드

public arrayRth ( array $arg ) : array
$arg array
리턴 array

arraySth() 공개 메소드

public arraySth ( array $arg )
$arg array

boolRth() 공개 메소드

public boolRth ( boolean $arg ) : boolean
$arg boolean
리턴 boolean

boolSth() 공개 메소드

public boolSth ( boolean $arg )
$arg boolean

callableRth() 공개 메소드

public callableRth ( callable $arg ) : callable
$arg callable
리턴 callable

callableSth() 공개 메소드

public callableSth ( callable $arg )
$arg callable

exceptionArg() 공개 메소드

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

exceptionArg() 공개 메소드

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

exceptionRth() 공개 메소드

public exceptionRth ( Exception $exception ) : Exception
$exception Exception
리턴 Exception

floatRth() 공개 메소드

public floatRth ( float $arg ) : float
$arg float
리턴 float

floatSth() 공개 메소드

public floatSth ( float $arg )
$arg float

intRth() 공개 메소드

public intRth ( integer $arg ) : integer
$arg integer
리턴 integer

intSth() 공개 메소드

public intSth ( integer $arg )
$arg integer

noRth() 공개 메소드

public noRth ( LocalException $exception )
$exception LocalException

noRth() 공개 메소드

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

stringRth() 공개 메소드

public stringRth ( string $arg ) : string
$arg string
리턴 string

stringSth() 공개 메소드

public stringSth ( string $arg )
$arg string

variadicStringSthByRef() 공개 메소드

public variadicStringSthByRef ( variadic &$args )
$args variadic