Exemplo n.º 1
0
 /**
  * Try to retrieve a filtered backlink from the session.
  *
  * @param array $url proper route array
  * @return array
  */
 public function getBacklink($url)
 {
     App::uses('FilterComponent', 'Filter.Controller/Component');
     return FilterComponent::getBacklink($url);
 }