LogController::formatContent PHP Метод

formatContent() защищенный Метод

Convenience method to call model's FormatContent.
С версии: 2.0.?
protected formatContent ( object $Log )
$Log object .
    protected function formatContent($Log)
    {
        return $this->LogModel->formatContent($Log);
    }