Пример #1
0
 function dPTrimAll()
 {
     $spacedDescription = $this->task_log_description;
     parent::dPTrimAll();
     $this->task_log_description = $spacedDescription;
 }