Pheasant\Types\IntegerType::__construct PHP Method

__construct() public method

Constructor
public __construct ( $width = null, $options = null )
    public function __construct($width = null, $options = null)
    {
        parent::__construct($options);
        $this->width = intval($width);
    }