Formal\Form\Morphology::add PHP Méthode

add() public méthode

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