ProductType::__construct PHP Méthode

__construct() public méthode

public __construct ( $type = null, $value = null, $ProductDimensionType = null )
        public function __construct($type = null, $value = null, $ProductDimensionType = null)
        {
            parent::__construct();
            $this->type = $type;
            $this->value = $value;
            $this->ProductDimensionType = $ProductDimensionType;
        }

Same methods

ProductType::__construct ( )