FeedAttributeOperand::__construct PHP Метод

__construct() публичный Метод

public __construct ( $feedId = null, $feedAttributeId = null, $FunctionArgumentOperandType = null )
        public function __construct($feedId = null, $feedAttributeId = null, $FunctionArgumentOperandType = null)
        {
            parent::__construct();
            $this->feedId = $feedId;
            $this->feedAttributeId = $feedAttributeId;
            $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
        }