YouTubeVideo::__construct PHP Метод

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

public __construct ( $videoId = null, $videoName = null, $id = null, $type = null, $CriterionType = null )
        public function __construct($videoId = null, $videoName = null, $id = null, $type = null, $CriterionType = null)
        {
            parent::__construct();
            $this->videoId = $videoId;
            $this->videoName = $videoName;
            $this->id = $id;
            $this->type = $type;
            $this->CriterionType = $CriterionType;
        }