ActivityGroup::__construct PHP Метод

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

public __construct ( $id = null, $name = null, $companyIds = null, $impressionsLookback = null, $clicksLookback = null, $status = null )
        public function __construct($id = null, $name = null, $companyIds = null, $impressionsLookback = null, $clicksLookback = null, $status = null)
        {
            $this->id = $id;
            $this->name = $name;
            $this->companyIds = $companyIds;
            $this->impressionsLookback = $impressionsLookback;
            $this->clicksLookback = $clicksLookback;
            $this->status = $status;
        }