rapila
Public Member Functions | List of all members
DocumentType Class Reference
Inheritance diagram for DocumentType:
BaseDocumentType

Public Member Functions

 isImageType ($sType= '')
 
 isGDImageType ()
 
 getDocumentKind ()
 
 getDocumentKindDetail ()
 
 getDocumentCount ()
 
 setExtension ($sExtension)
 
- Public Member Functions inherited from BaseDocumentType
 applyDefaultValues ()
 
 __construct ()
 
 getId ()
 
 getExtension ()
 
 getMimetype ()
 
 getIsOfficeDoc ()
 
 getCreatedAt ($format= 'Y-m-d H:i:s')
 
 getUpdatedAt ($format= 'Y-m-d H:i:s')
 
 getCreatedBy ()
 
 getUpdatedBy ()
 
 setId ($v)
 
 setExtension ($v)
 
 setMimetype ($v)
 
 setIsOfficeDoc ($v)
 
 setCreatedAt ($v)
 
 setUpdatedAt ($v)
 
 setCreatedBy ($v)
 
 setUpdatedBy ($v)
 
 hasOnlyDefaultValues ()
 
 hydrate ($row, $startcol=0, $rehydrate=false)
 
 ensureConsistency ()
 
 reload ($deep=false, PropelPDO $con=null)
 
 delete (PropelPDO $con=null)
 
 save (PropelPDO $con=null)
 
 getValidationFailures ()
 
 validate ($columns=null)
 
 getByName ($name, $type=BasePeer::TYPE_PHPNAME)
 
 getByPosition ($pos)
 
 toArray ($keyType=BasePeer::TYPE_PHPNAME, $includeLazyLoadColumns=true, $alreadyDumpedObjects=array(), $includeForeignObjects=false)
 
 setByName ($name, $value, $type=BasePeer::TYPE_PHPNAME)
 
 setByPosition ($pos, $value)
 
 fromArray ($arr, $keyType=BasePeer::TYPE_PHPNAME)
 
 buildCriteria ()
 
 buildPkeyCriteria ()
 
 getPrimaryKey ()
 
 setPrimaryKey ($key)
 
 isPrimaryKeyNull ()
 
 copyInto ($copyObj, $deepCopy=false, $makeNew=true)
 
 copy ($deepCopy=false)
 
 getPeer ()
 
 setUserRelatedByCreatedBy (User $v=null)
 
 getUserRelatedByCreatedBy (PropelPDO $con=null, $doQuery=true)
 
 setUserRelatedByUpdatedBy (User $v=null)
 
 getUserRelatedByUpdatedBy (PropelPDO $con=null, $doQuery=true)
 
 initRelation ($relationName)
 
 clearDocuments ()
 
 resetPartialDocuments ($v=true)
 
 initDocuments ($overrideExisting=true)
 
 getDocuments ($criteria=null, PropelPDO $con=null)
 
 setDocuments (PropelCollection $documents, PropelPDO $con=null)
 
 countDocuments (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocument (Document $l)
 
 removeDocument ($document)
 
 getDocumentsJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsJoinUserRelatedByOwnerId ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsJoinDocumentCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsJoinDocumentData ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsJoinUserRelatedByCreatedBy ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsJoinUserRelatedByUpdatedBy ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clear ()
 
 clearAllReferences ($deep=false)
 
 __toString ()
 
 isAlreadyInSave ()
 
 mayOperate ($sOperation, $oUser=false)
 
 mayBeInserted ($oUser=false)
 
 mayBeUpdated ($oUser=false)
 
 mayBeDeleted ($oUser=false)
 
 keepUpdateDateUnchanged ()
 
 getCreatedAtTimestamp ()
 
 getCreatedAtFormatted ($sLanguageId=null, $sFormatString= 'x')
 
 getUpdatedAtTimestamp ()
 
 getUpdatedAtFormatted ($sLanguageId=null, $sFormatString= 'x')
 
 keepUpdateUserUnchanged ()
 
 getPKArray ()
 
 getPKString ()
 

Additional Inherited Members

- Public Attributes inherited from BaseDocumentType
const PEER = 'DocumentTypePeer'
 
- Protected Member Functions inherited from BaseDocumentType
 doSave (PropelPDO $con)
 
 doInsert (PropelPDO $con)
 
 doUpdate (PropelPDO $con)
 
 doValidate ($columns=null)
 
 doAddDocument ($document)
 
- Protected Attributes inherited from BaseDocumentType
 $startCopy = false
 
 $id
 
 $extension
 
 $mimetype
 
 $is_office_doc
 
 $created_at
 
 $updated_at
 
 $created_by
 
 $updated_by
 
 $aUserRelatedByCreatedBy
 
 $aUserRelatedByUpdatedBy
 
 $collDocuments
 
 $collDocumentsPartial
 
 $alreadyInSave = false
 
 $alreadyInValidation = false
 
 $alreadyInClearAllReferencesDeep = false
 
 $documentsScheduledForDeletion = null
 
 $validationFailures = array()
 
- Static Protected Attributes inherited from BaseDocumentType
static $peer
 

Member Function Documentation

DocumentType::isGDImageType ( )

Return true if the document is an image and is supported by the installed GD lib.


The documentation for this class was generated from the following file: