class ParserUtils (View source)

Methods

static bool
tagDoesNotHaveZeroPatchVersion(Deprecated $tag)

No description

static float|null
getDeclaredSinceVersion(BasePHPElement $element)

No description

static float|null
getLatestAvailableVersion(BasePHPElement $element)

No description

static array
getAvailableInVersions(BasePHPElement|null $element)

No description

static array
getLatestAvailableVersionsFromParentClass(PHPClassConstant $element)

No description

static array
static array
static bool
entitySuitsCurrentPhpVersion(BasePHPElement $element)

No description

Details

static bool tagDoesNotHaveZeroPatchVersion(Deprecated $tag)

No description

Parameters

Deprecated $tag

Return Value

bool

static float|null getDeclaredSinceVersion(BasePHPElement $element)

No description

Parameters

BasePHPElement $element

Return Value

float|null

static float|null getLatestAvailableVersion(BasePHPElement $element)

No description

Parameters

BasePHPElement $element

Return Value

float|null

static array getAvailableInVersions(BasePHPElement|null $element)

No description

Parameters

BasePHPElement|null $element

Return Value

array

static array getLatestAvailableVersionsFromParentClass(PHPClassConstant $element)

No description

Parameters

PHPClassConstant $element

Return Value

array

static array getSinceVersionsFromAttribute(BasePHPElement $element)

No description

Parameters

BasePHPElement $element

Return Value

array

static array getLatestAvailableVersionsFromAttribute(BasePHPElement $element)

No description

Parameters

BasePHPElement $element

Return Value

array

static bool entitySuitsCurrentPhpVersion(BasePHPElement $element)

No description

Parameters

BasePHPElement $element

Return Value

bool