예제 #1
0
파일: Node.php 프로젝트: schpill/standalone
 public function getLastChild()
 {
     return $this->_childNodes->lastNode();
 }