Exemplo n.º 1
0
 function checkPrivateAccess($link)
 {
     //$this->Flash->set('Private',['class' => 'error']);
     return Auth::isAuthentified();
 }