getParent() публичный Метод

(non-PHPdoc)
См. также: include Gc\Component\IterableInterface#getParent()
public getParent ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetParent()
 {
     $this->object->load(0);
     $this->assertFalse($this->object->getParent());
 }