Yoast\WP\Lib
Model::__unset() public Yoast 1.0
Magic unset method, allows unset($model->property)
{} Это метод класса: Model{}
Хуков нет.
Возвращает
null.
Использование
$Model = new Model(); $Model->__unset( $property );
- $property(строка) (обязательный)
- The property to unset.
Код Model::__unset() Model:: unset Yoast 15.6.2
public function __unset( $property ) {
$this->orm->__unset( $property );
}