프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |
public __construct ( array $allowed_id_chars = ['-', '+', '@', '.', ',', '_', '~', '/', '\'] ) | ||
$allowed_id_chars | array |
public validateId ( string $id ) : string[] | ||
$id | string | |
리턴 | string[] |