ActivityLog\Model\Template::getTemplate PHP Méthode

getTemplate() public méthode

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