Dingo\Blueprint\Resource::getActions PHP Méthode

getActions() public méthode

Get the actions belonging to the resource.
public getActions ( ) : Collection
Résultat Illuminate\Support\Collection
    public function getActions()
    {
        return $this->actions;
    }