예제 #1
0
 /**
  * @return AbstractBlock|null
  */
 public function getLastChild()
 {
     return $this->children->last();
 }