Pheasant\Property::__construct PHP Method

__construct() public method

Constructor
public __construct ( $name, $type )
    public function __construct($name, $type)
    {
        $this->name = $name;
        $this->type = $type;
    }