Example #1
0
 static function createFromLibraryDocumentKey($library_document_key)
 {
     $fileInfo = new self();
     $fileInfo->setLibraryDocumentKey($library_document_key);
     return $fileInfo;
 }