PHP 클래스 PhpCsFixer\DocBlock\Tag

저자: Graham Campbell ([email protected])
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PhpCsFixer\DocBlock\Line $line ) Create a new tag instance.
getName ( ) : string Get the tag name.
setName ( string $name ) Set the tag name.
valid ( ) : boolean Is the tag a known tag?

메소드 상세

__construct() 공개 메소드

Create a new tag instance.
public __construct ( PhpCsFixer\DocBlock\Line $line )
$line PhpCsFixer\DocBlock\Line

getName() 공개 메소드

This may be "param", or "return", etc.
public getName ( ) : string
리턴 string

setName() 공개 메소드

This will also be persisted to the upsteam line and annotation.
public setName ( string $name )
$name string

valid() 공개 메소드

This is defined by if it exists in the proposed PSR PHPDoc standard.
public valid ( ) : boolean
리턴 boolean