PHP Class kahlan\spec\fixture\plugin\pointcut\Foo

Datei anzeigen Open project: crysalead/kahlan Class Usage Examples

Protected Properties

Property Type Description
$_inited
$_message
$_messageStatic
$_status

Public Methods

Method Description
__call ( $name, $args )
__callStatic ( $name, $args )
__construct ( )
bar ( )
inited ( )
message ( $message = null )
messageStatic ( $message = null )
version ( )

Method Details

__call() public method

public __call ( $name, $args )

__callStatic() public static method

public static __callStatic ( $name, $args )

__construct() public method

public __construct ( )

bar() public method

public bar ( )

inited() public method

public inited ( )

message() public method

public message ( $message = null )

messageStatic() public static method

public static messageStatic ( $message = null )

version() public static method

public static version ( )

Property Details

$_inited protected_oe property

protected $_inited

$_message protected_oe property

protected $_message

$_messageStatic protected_oe static_oe property

protected static $_messageStatic

$_status protected_oe property

protected $_status