Home
last modified time | relevance | path

Searched refs:createdAt (Results 1 – 25 of 37) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EntityMetadata.php25 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EntityMetadata
38 public function setCreatedAt($createdAt) argument
40 $this->createdAt = $createdAt;
47 return $this->createdAt;
H A DGoogleCloudApigeeV1InstanceAttachment.php25 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceAttachment
38 public function setCreatedAt($createdAt) argument
40 $this->createdAt = $createdAt;
47 return $this->createdAt;
H A DGoogleCloudApigeeV1EnvironmentGroupAttachment.php25 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EnvironmentGroupAttachment
42 public function setCreatedAt($createdAt) argument
44 $this->createdAt = $createdAt;
51 return $this->createdAt;
H A DGoogleCloudApigeeV1DataCollector.php25 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DataCollector
46 public function setCreatedAt($createdAt) argument
48 $this->createdAt = $createdAt;
55 return $this->createdAt;
H A DGoogleCloudApigeeV1EnvironmentGroup.php26 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EnvironmentGroup
47 public function setCreatedAt($createdAt) argument
49 $this->createdAt = $createdAt;
56 return $this->createdAt;
H A DGoogleCloudApigeeV1ArchiveDeployment.php25 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ArchiveDeployment
50 public function setCreatedAt($createdAt) argument
52 $this->createdAt = $createdAt;
59 return $this->createdAt;
H A DGoogleCloudApigeeV1DeveloperSubscription.php29 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperSubscription
64 public function setCreatedAt($createdAt) argument
66 $this->createdAt = $createdAt;
73 return $this->createdAt;
H A DGoogleCloudApigeeV1Environment.php29 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Environment
74 public function setCreatedAt($createdAt) argument
76 $this->createdAt = $createdAt;
83 return $this->createdAt;
H A DGoogleCloudApigeeV1DeveloperApp.php44 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
145 public function setCreatedAt($createdAt) argument
147 $this->createdAt = $createdAt;
154 return $this->createdAt;
H A DGoogleCloudApigeeV1App.php42 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1App
143 public function setCreatedAt($createdAt) argument
145 $this->createdAt = $createdAt;
152 return $this->createdAt;
H A DGoogleCloudApigeeV1Developer.php44 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
151 public function setCreatedAt($createdAt) argument
153 $this->createdAt = $createdAt;
160 return $this->createdAt;
H A DGoogleCloudApigeeV1Instance.php30 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
101 public function setCreatedAt($createdAt) argument
103 $this->createdAt = $createdAt;
110 return $this->createdAt;
H A DGoogleCloudApigeeV1SharedFlowRevision.php32 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1SharedFlowRevision
107 public function setCreatedAt($createdAt) argument
109 $this->createdAt = $createdAt;
116 return $this->createdAt;
H A DGoogleCloudApigeeV1ApiProduct.php36 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProduct
127 public function setCreatedAt($createdAt) argument
129 $this->createdAt = $createdAt;
136 return $this->createdAt;
H A DGoogleCloudApigeeV1RatePlan.php40 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RatePlan
151 public function setCreatedAt($createdAt) argument
153 $this->createdAt = $createdAt;
160 return $this->createdAt;
H A DGoogleCloudApigeeV1CustomReport.php34 public $createdAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
139 public function setCreatedAt($createdAt) argument
141 $this->createdAt = $createdAt;
148 return $this->createdAt;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlRootNamespace.php25 private $createdAt; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlRootNamespace
44 public function __construct($title, $author, \DateTime $createdAt, $language) argument
48 $this->createdAt = $createdAt;
50 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DObjectWithXmlNamespaces.php31 private $createdAt; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlNamespaces
51 public function __construct($title, $author, \DateTime $createdAt, $language) argument
55 $this->createdAt = $createdAt;
57 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DBlogPost.php45 private $createdAt; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
108 public function __construct($title, Author $author, \DateTime $createdAt, Publisher $publisher) argument
118 $this->createdAt = $createdAt;
119 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassMetadata.php40 public $createdAt; variable in Metadata\\ClassMetadata
45 $this->createdAt = time();
61 $timestamp = $this->createdAt;
91 $this->createdAt,
110 $this->createdAt
H A DMergeableClassMetadata.php20 if ($object->createdAt < $this->createdAt) {
21 $this->createdAt = $object->createdAt;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSuperChatEventSnippet.php37 public $createdAt; variable in Google\\Service\\YouTube\\SuperChatEventSnippet
104 public function setCreatedAt($createdAt) argument
106 $this->createdAt = $createdAt;
113 return $this->createdAt;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php42 private $createdAt; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost
69 public function __construct($title, Author $author, \DateTime $createdAt) argument
75 $this->createdAt = $createdAt;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php46 private $createdAt; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
82 public function __construct($title, Author $author, \DateTime $createdAt) argument
88 $this->createdAt = $createdAt;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DUserInfo.php26 public $createdAt; variable in Google\\Service\\IdentityToolkit\\UserInfo
98 public function setCreatedAt($createdAt) argument
100 $this->createdAt = $createdAt;
107 return $this->createdAt;

12