Dingo\Blueprint\Resource::getActions PHP Method

getActions() public method

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