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);