Home
last modified time | relevance | path

Searched refs:getDateAdded (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php189 private function getDateAdded($pageId) function in DokuwikiXMLExport
277 $item->addDateAdded($this->getDateAdded($page));
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php351 $this->assertEquals($expectedValues, $item->getDateAdded()->getValues());
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php178 public function getDateAdded() function in FINDOLOGIC\\Export\\Data\\Item