PHP Class phprs\util\SerializableFunc

Author: caoym
Afficher le fichier Open project: caoym/phprs-restful

Méthodes publiques

Свойство Type Description
$next unknown 串行调用

Méthodes publiques

Méthode Description
__construct ( ) 方法,绑定参数 如 func,arg1,arg2 array('a','method1'), arg1,arg2
__invoke ( ) : mixed 调用时,将bind参数加在方法的最前面

Method Details

__construct() public méthode

方法,绑定参数 如 func,arg1,arg2 array('a','method1'), arg1,arg2
public __construct ( )

__invoke() public méthode

调用时,将bind参数加在方法的最前面
public __invoke ( ) : mixed
Résultat mixed

Property Details

$next public_oe property

串行调用
public unknown $next
Résultat unknown