AdCustomizerFeed::__construct PHP Метод

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

public __construct ( $feedId = null, $feedName = null, $feedStatus = null, $feedAttributes = null )
        public function __construct($feedId = null, $feedName = null, $feedStatus = null, $feedAttributes = null)
        {
            $this->feedId = $feedId;
            $this->feedName = $feedName;
            $this->feedStatus = $feedStatus;
            $this->feedAttributes = $feedAttributes;
        }