Prado\Data\SqlMap\Configuration\TDiscriminator::setType PHP Method

setType() public method

The type attribute is used to explicitly specify the property type of the parameter to be set. If the attribute type is not set and the framework cannot otherwise determine the type, the type is assumed from the default value of the property.
public setType ( $value ) : string
return string property type of the parameter to be set.
    public function setType($value)
    {
        $this->_type = $value;
    }