Prado\Data\SqlMap\Configuration\TDiscriminator::setType PHP 메소드

setType() 공개 메소드

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
리턴 string property type of the parameter to be set.
    public function setType($value)
    {
        $this->_type = $value;
    }