Cartalyst\Sentinel\Roles\RoleRepositoryInterface::findById PHP 메소드

findById() 공개 메소드

Finds a role by the given primary key.
public findById ( integer $id ) : Cartalyst\Sentinel\Roles\RoleInterface
$id integer
리턴 Cartalyst\Sentinel\Roles\RoleInterface
    public function findById($id);