PHP 클래스 RoleDAO, ojs

WARNING: THIS IS AN AUTO-GENERATED FILE This file should generally not be edited by hand except in special circumstances. Add any custom business logic to the Model class which is extended from this DAO class. Leaving this file alone will allow easy re-generation of all DAOs in the event of schema changes
저자: ClassBuilder
상속: extends Phreezable
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getRoleNames ( boolean $contextOnly = false, array $roleIds = null ) : array Get a mapping of role keys and i18n key names.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getRoleNames() 정적인 공개 메소드

Get a mapping of role keys and i18n key names.
static public getRoleNames ( boolean $contextOnly = false, array $roleIds = null ) : array
$contextOnly boolean If false, also returns site-level roles (Site admin)
$roleIds array Only return role names of these IDs
리턴 array