PHP 클래스 Symfony\Component\Security\Core\Role\Role

저자: Fabien Potencier ([email protected])
상속: implements Symfony\Component\Security\Core\Role\RoleInterface
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $role ) Constructor.
getRole ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $role )
$role string The role name

getRole() 공개 메소드

public getRole ( )