PHP Класс NotContainedInValidator

User: petergallagher Date: 27/03/15 Time: 16:00.
Наследование: extends CValidator
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$foreignKey Foreign key if not standard tablename_id
$model Name of the model to be checked against

Защищенные методы

Метод Описание
validateAttribute ( CModel $object, string $attribute ) Validates a single attribute.
validateContainedInModel ( $value ) : CActiveRecord | null Checks against the provided model to see if any foreign keys wit the current PK are found.

Описание методов

validateAttribute() защищенный Метод

Validates a single attribute.
protected validateAttribute ( CModel $object, string $attribute )
$object CModel the data object being validated
$attribute string the name of the attribute to be validated.

validateContainedInModel() защищенный Метод

Checks against the provided model to see if any foreign keys wit the current PK are found.
protected validateContainedInModel ( $value ) : CActiveRecord | null
$value
Результат CActiveRecord | null

Описание свойств

$foreignKey публичное свойство

Foreign key if not standard tablename_id
public $foreignKey

$model публичное свойство

Name of the model to be checked against
public $model