PHP 클래스 Hookr_Annotation, hookr-plugin

파일 보기 프로젝트 열기: explodybits/hookr-plugin

보호된 프로퍼티들

프로퍼티 타입 설명
$desc
$docblock
$tags

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $reflector )

__get() 공개 메소드

public __get ( $name )

__sleep() 공개 메소드

public __sleep ( )

__toString() 공개 메소드

public __toString ( )

get_author() 공개 메소드

public get_author ( )

get_deprecated() 공개 메소드

public get_deprecated ( )

get_desc_full() 공개 메소드

public get_desc_full ( )

get_desc_long() 공개 메소드

public get_desc_long ( )

get_desc_short() 공개 메소드

public get_desc_short ( )

get_docblock() 공개 메소드

public get_docblock ( )

get_example() 공개 메소드

public get_example ( )

get_method() 공개 메소드

public get_method ( )

get_param() 공개 메소드

public get_param ( $index )

get_params() 공개 메소드

public get_params ( )

get_property() 공개 메소드

public get_property ( )

get_return() 공개 메소드

public get_return ( )

get_see() 공개 메소드

public get_see ( )

get_since() 공개 메소드

public get_since ( $first = true )

get_source() 공개 메소드

public get_source ( )

get_tag() 공개 정적인 메소드

public static get_tag ( )

get_throws() 공개 메소드

public get_throws ( )

get_uses() 공개 메소드

public get_uses ( )

get_var() 공개 메소드

public get_var ( )

get_version() 공개 메소드

public get_version ( )

프로퍼티 상세

$desc 보호되어 있는 프로퍼티

protected $desc

$docblock 보호되어 있는 프로퍼티

protected $docblock

$tags 보호되어 있는 프로퍼티

protected $tags