Yoast\WP\Lib
ORM::is_new() public Yoast 1.0
Checks whether the model was the result of a call to create() or not.
{} Это метод класса: ORM{}
Хуков нет.
Возвращает
true/false
. Null. Ничего.
Использование
$ORM = new ORM(); $ORM->is_new();
Код ORM::is_new() ORM::is new Yoast 16.1.1
public function is_new() {
return $this->is_new;
}