FeedItemAttributeError::__construct PHP Метод

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

public __construct ( $feedAttributeIds = null, $validationErrorCode = null, $errorInformation = null )
        public function __construct($feedAttributeIds = null, $validationErrorCode = null, $errorInformation = null)
        {
            $this->feedAttributeIds = $feedAttributeIds;
            $this->validationErrorCode = $validationErrorCode;
            $this->errorInformation = $errorInformation;
        }