Formal\Form\Morphology::add PHP Method

add() public method

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