Metaregistrar\EPP\ficoraEppCheckBalanceRequest::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    function __construct()
    {
        parent::__construct();
        $check = $this->createElement('check');
        $balanceobject = $this->createElement('balance');
        $check->appendChild($balanceobject);
        $this->getCommand()->appendChild($check);
    }
ficoraEppCheckBalanceRequest