LogController::formatContent PHP Method

formatContent() protected method

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