PhpCsFixer\DocBlock\Annotation::getTagsWithTypes PHP 메소드

getTagsWithTypes() 공개 정적인 메소드

Get all the annotation tag names with types.
public static getTagsWithTypes ( ) : string[]
리턴 string[]
    public static function getTagsWithTypes()
    {
        return self::$tags;
    }

Usage Example

 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct();
     $this->tags = Annotation::getTagsWithTypes();
 }
All Usage Examples Of PhpCsFixer\DocBlock\Annotation::getTagsWithTypes