Yoast\WP\Lib
Model::id()
Get the database ID of this model instance.
Метод класса: Model{}
Хуков нет.
Возвращает
int
. The database ID of the models instance.
Использование
$Model = new Model(); $Model->id();
Код Model::id() Model::id Yoast 24.0
public function id() { return $this->orm->id(); }