Neos\FluidAdaptor\Core\ViewHelper\ArgumentDefinition::isMethodParameter PHP Method

isMethodParameter() public method

TRUE if it is a method parameter
public isMethodParameter ( ) : boolean
return boolean TRUE if it's a method parameter
    public function isMethodParameter()
    {
        return $this->isMethodParameter;
    }