PHP 클래스 phpDocumentor\Reflection\DocBlock\Tag\MethodTag

저자: Mike van Riel ([email protected])
상속: extends ReturnTag
파일 보기 프로젝트 열기: explodybits/hookr-plugin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments string
$method_name string

공개 메소드들

메소드 설명
getArguments ( ) : string[] Returns an array containing each argument as array of type and name.
getContent ( )
getMethodName ( ) : string Retrieves the method name.
setArguments ( string $arguments ) : void Sets the arguments for this method.
setContent ( $content )
setMethodName ( string $method_name ) Sets the name of this method.

메소드 상세

getArguments() 공개 메소드

Please note that the argument sub-array may only contain 1 element if no type was specified.
public getArguments ( ) : string[]
리턴 string[]

getContent() 공개 메소드

public getContent ( )

getMethodName() 공개 메소드

Retrieves the method name.
public getMethodName ( ) : string
리턴 string

setArguments() 공개 메소드

Sets the arguments for this method.
public setArguments ( string $arguments ) : void
$arguments string A comma-separated arguments line.
리턴 void

setContent() 공개 메소드

public setContent ( $content )

setMethodName() 공개 메소드

Sets the name of this method.
public setMethodName ( string $method_name )
$method_name string The name of the method.

프로퍼티 상세

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

protected string $arguments
리턴 string

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

protected string $method_name
리턴 string