Home
last modified time | relevance | path

Searched refs:addDateAdded (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php89 $item->addDateAdded(new \DateTime());
90 $item->addDateAdded(new \DateTime(), 'LNrLF7BRVJ0toQ==');
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php277 $item->addDateAdded($this->getDateAdded($page));
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php348 $item->addDateAdded($value, $usergroup);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php188 public function addDateAdded(DateTime $dateAdded, $usergroup = '') function in FINDOLOGIC\\Export\\Data\\Item