Exemplo n.º 1
0
 /**
  * @param string $action
  */
 public function logManagerAction($action = '')
 {
     $this->modx->logManagerAction($this->objectType . '_close', $this->classKey, $this->object->get($this->primaryKeyField));
 }