PHP Class Hookr_Annotation, hookr-plugin

Mostrar archivo Open project: explodybits/hookr-plugin

Protected Properties

Property Type Description
$desc
$docblock
$tags

Public Methods

Method Description
__construct ( $reflector )
__get ( $name )
__sleep ( )
__toString ( )
get_author ( )
get_deprecated ( )
get_desc_full ( )
get_desc_long ( )
get_desc_short ( )
get_docblock ( )
get_example ( )
get_link ( )
get_method ( )
get_param ( $index )
get_params ( )
get_property ( )
get_return ( )
get_see ( )
get_since ( $first = true )
get_source ( )
get_tag ( )
get_throws ( )
get_uses ( )
get_var ( )
get_version ( )

Method Details

__construct() public method

public __construct ( $reflector )

__get() public method

public __get ( $name )

__sleep() public method

public __sleep ( )

__toString() public method

public __toString ( )

get_author() public method

public get_author ( )

get_deprecated() public method

public get_deprecated ( )

get_desc_full() public method

public get_desc_full ( )

get_desc_long() public method

public get_desc_long ( )

get_desc_short() public method

public get_desc_short ( )

get_docblock() public method

public get_docblock ( )

get_example() public method

public get_example ( )

get_method() public method

public get_method ( )

get_param() public method

public get_param ( $index )

get_params() public method

public get_params ( )

get_property() public method

public get_property ( )

get_return() public method

public get_return ( )

get_see() public method

public get_see ( )

get_since() public method

public get_since ( $first = true )

get_source() public method

public get_source ( )

get_tag() public static method

public static get_tag ( )

get_throws() public method

public get_throws ( )

get_uses() public method

public get_uses ( )

get_var() public method

public get_var ( )

get_version() public method

public get_version ( )

Property Details

$desc protected_oe property

protected $desc

$docblock protected_oe property

protected $docblock

$tags protected_oe property

protected $tags