Home
last modified time | relevance | path

Searched refs:typeId (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DEntity.php29 public $typeId; variable in Google\\Service\\YouTube\\Entity
52 public function setTypeId($typeId) argument
54 $this->typeId = $typeId;
61 return $this->typeId;
/plugin/wordimport/docx/
DNumbering.php41 $typeId = (int)$num->xpath('.//w:abstractNumId')[0]->attributes('w', true)->val;
42 if (isset($types[$typeId])) {
43 $this->numbering[$id] = $types[$typeId];