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

Show file 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 property

protected $_inited

$_message protected property

protected $_message

$_messageStatic protected static property

protected static $_messageStatic

$_status protected property

protected $_status