ActivityLog\Model\Template::getTemplate PHP Method

getTemplate() public method

Return all documents with Event(s)
public getTemplate ( integer $id ) : array
$id integer Event identifier
return array
    public function getTemplate($id)
    {
        return $this->fetchRow($this->select(array('id' => (int) $id)));
    }