프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$callback | |||
$isAnonymous | |||
$label |
메소드 | 설명 | |
---|---|---|
__construct ( callable | null $callback, string | null $label ) | Construct a new wrapped invocable. | |
callback ( ) : callable | Get the callback. | |
isAnonymous ( ) : boolean | Returns true if anonymous. | |
label ( ) : string | null | Get the label. | |
setLabel ( string | null $label ) | Set the label. |
public isAnonymous ( ) : boolean | ||
리턴 | boolean | True if anonymous. |