Exemplo n.º 1
0
 public function onAfterFind($fieldValue)
 {
     return !empty($fieldValue) ? Nav::findContent($fieldValue) : $fieldValue;
 }
Exemplo n.º 2
0
 public function testFindContent()
 {
     $this->assertEquals(false, Nav::findContent(0));
     $this->assertEquals(null, Nav::findContent(1));
 }