PHP 클래스 Bravo3\Orm\Drivers\Common\StandardIdValidator

파일 보기 프로젝트 열기: bravo3/orm

보호된 프로퍼티들

프로퍼티 타입 설명
$allowed_id_chars string[]

공개 메소드들

메소드 설명
__construct ( array $allowed_id_chars = ['-', '+', '@', '.', ',', '_', '~', '/', '\'] )
validateId ( string $id ) : string[] Checks if a given entity ID is safe for the driver and returns an array of violation messages

메소드 상세

__construct() 공개 메소드

public __construct ( array $allowed_id_chars = ['-', '+', '@', '.', ',', '_', '~', '/', '\'] )
$allowed_id_chars array

validateId() 공개 메소드

The ID should be considered valid if the returned array is empty.
public validateId ( string $id ) : string[]
$id string
리턴 string[]

프로퍼티 상세

$allowed_id_chars 보호되어 있는 프로퍼티

protected string[] $allowed_id_chars
리턴 string[]