Dingo\Blueprint\Action::getVersions PHP Method

getVersions() public method

Get the actions version annotation.
public getVersions ( ) : Dingo\Blueprint\Annotation\Versions | null
return Dingo\Blueprint\Annotation\Versions | null
    public function getVersions()
    {
        if ($annotation = $this->getAnnotationByType('Versions')) {
            return $annotation;
        }
    }