AppserverIo\Appserver\Core\Api\Node\ParamsNodeTrait::getParams PHP 메소드

getParams() 공개 메소드

Array with the handler params to use.
public getParams ( ) : array
리턴 array
    public function getParams()
    {
        return $this->params;
    }