Dingo\Blueprint\Resource::getActions PHP 메소드

getActions() 공개 메소드

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