Formal\Form\Morphology::add PHP 메소드

add() 공개 메소드

public add ( Element $oElement )
$oElement Formal\Element
    function add(\Formal\Element $oElement)
    {
        $this->oElements->push($oElement);
    }