Yoast\WP\Lib
Model::__debugInfo
Strips all nested dependencies from the debug info.
Метод класса: Model{}
Хуков нет.
Возвращает
Массив.
Использование
$Model = new Model(); $Model->__debugInfo();
Код Model::__debugInfo() Model:: debugInfo Yoast 26.7
public function __debugInfo() {
if ( $this->orm ) {
return $this->orm->as_array();
}
return [];
}