Annotations\Annotation

Class Phalcon\Annotations\Annotation

Represents a single annotation in an annotations collection

Methods

public __construct (array $reflectionData)

Phalcon\Annotations\Annotation constructor

public string getName ()

Returns the annotation’s name

public mixed getExpression (array $expr)

Resolves an annotation expression

public array getExprArguments ()

Returns the expression arguments without resolving

public array getArguments ()

Returns the expression arguments

public int numberArguments ()

Returns the number of arguments that the annotation has

public mixed getArgument (unknown $position)

Returns an argument in a specific position

public bool hasArgument (unknown $position)

Checks if the annotation has a specific argument

public mixed getNamedArgument (unknown $position)

Returns a named argument

public mixed getNamedParameter (unknown $position)

Returns a named argument (deprecated)

public boolean hasNamedArgument (unknown $position)

Checks if the annotation has a specific named argument

© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Annotations_Annotation.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部