Public Member Functions

ilMDKeyword Class Reference

Inheritance diagram for ilMDKeyword:
Collaboration diagram for ilMDKeyword:

Public Member Functions

 ilMDKeyword ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '')
 setKeyword ($a_keyword)
 getKeyword ()
 setKeywordLanguage (&$lng_obj)
getKeywordLanguage ()
 getKeywordLanguageCode ()
 save ()
 update ()
 delete ()
 __getFields ()
 read ()
 toXML (&$writer)
 _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
 ilMDKeyword ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '')
 setKeyword ($a_keyword)
 getKeyword ()
 setKeywordLanguage (&$lng_obj)
getKeywordLanguage ()
 getKeywordLanguageCode ()
 save ()
 update ()
 delete ()
 __getFields ()
 read ()
 toXML (&$writer)
 _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)

Detailed Description

Definition at line 33 of file class.ilMDKeyword.php.


Member Function Documentation

ilMDKeyword::__getFields (  ) 

Definition at line 110 of file class.ilMDKeyword.php.

References getKeyword(), getKeywordLanguageCode(), ilMDBase::getObjId(), ilMDBase::getObjType(), ilMDBase::getParentId(), ilMDBase::getParentType(), and ilMDBase::getRBACId().

        {
                return array('rbac_id'  => $this->getRBACId(),
                                         'obj_id'       => $this->getObjId(),
                                         'obj_type'     => $this->getObjType(),
                                         'parent_type' => $this->getParentType(),
                                         'parent_id' => $this->getParentId(),
                                         'keyword'      => $this->getKeyword(),
                                         'keyword_language' => $this->getKeywordLanguageCode());
        }

Here is the call graph for this function:

ilMDKeyword::__getFields (  ) 

Definition at line 110 of file class.ilMDKeyword.php.

References getKeyword(), getKeywordLanguageCode(), ilMDBase::getObjId(), ilMDBase::getObjType(), ilMDBase::getParentId(), ilMDBase::getParentType(), ilMDBase::getRBACId(), and ilUtil::prepareDBString().

        {
                return array('rbac_id'  => $this->getRBACId(),
                                         'obj_id'       => $this->getObjId(),
                                         'obj_type'     => ilUtil::prepareDBString($this->getObjType()),
                                         'parent_type' => $this->getParentType(),
                                         'parent_id' => $this->getParentId(),
                                         'keyword'      => ilUtil::prepareDBString($this->getKeyword()),
                                         'keyword_language' => ilUtil::prepareDBString($this->getKeywordLanguageCode()));
        }

Here is the call graph for this function:

ilMDKeyword::_getIds ( a_rbac_id,
a_obj_id,
a_parent_id,
a_parent_type 
)

Definition at line 160 of file class.ilMDKeyword.php.

References $query, $res, and $row.

Referenced by ilMDGeneral::getKeywordIds().

        {
                global $ilDB;

                $query = "SELECT meta_keyword_id FROM il_meta_keyword ".
                        "WHERE rbac_id = '".$a_rbac_id."' ".
                        "AND obj_id = '".$a_obj_id."' ".
                        "AND parent_id = '".$a_parent_id."' ".
                        "AND parent_type = '".$a_parent_type ."' ".
                        "ORDER BY meta_keyword_id ";

                $res = $ilDB->query($query);
                while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
                {
                        $ids[] = $row->meta_keyword_id;
                }
                return $ids ? $ids : array();
        }

Here is the caller graph for this function:

ilMDKeyword::_getIds ( a_rbac_id,
a_obj_id,
a_parent_id,
a_parent_type 
)

Definition at line 157 of file class.ilMDKeyword.php.

References $query, $res, and $row.

        {
                global $ilDB;

                $query = "SELECT meta_keyword_id FROM il_meta_keyword ".
                        "WHERE rbac_id = '".$a_rbac_id."' ".
                        "AND obj_id = '".$a_obj_id."' ".
                        "AND parent_id = '".$a_parent_id."' ".
                        "AND parent_type = '".$a_parent_type ."'";

                $res = $ilDB->query($query);
                while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
                {
                        $ids[] = $row->meta_keyword_id;
                }
                return $ids ? $ids : array();
        }

ilMDKeyword::delete (  ) 

Reimplemented from ilMDBase.

Definition at line 95 of file class.ilMDKeyword.php.

References $query, and ilMDBase::getMetaId().

        {
                if($this->getMetaId())
                {
                        $query = "DELETE FROM il_meta_keyword ".
                                "WHERE meta_keyword_id = '".$this->getMetaId()."'";
                        
                        $this->db->query($query);
                        
                        return true;
                }
                return false;
        }

Here is the call graph for this function:

ilMDKeyword::delete (  ) 

Reimplemented from ilMDBase.

Definition at line 95 of file class.ilMDKeyword.php.

References $query, and ilMDBase::getMetaId().

        {
                if($this->getMetaId())
                {
                        $query = "DELETE FROM il_meta_keyword ".
                                "WHERE meta_keyword_id = '".$this->getMetaId()."'";
                        
                        $this->db->query($query);
                        
                        return true;
                }
                return false;
        }

Here is the call graph for this function:

ilMDKeyword::getKeyword (  ) 

Definition at line 47 of file class.ilMDKeyword.php.

        {
                return $this->keyword;
        }

ilMDKeyword::getKeyword (  ) 

Definition at line 47 of file class.ilMDKeyword.php.

Referenced by __getFields(), and toXML().

        {
                return $this->keyword;
        }

Here is the caller graph for this function:

& ilMDKeyword::getKeywordLanguage (  ) 

Definition at line 58 of file class.ilMDKeyword.php.

        {
                return is_object($this->keyword_language) ? $this->keyword_language : false;
        }

& ilMDKeyword::getKeywordLanguage (  ) 

Definition at line 58 of file class.ilMDKeyword.php.

        {
                return is_object($this->keyword_language) ? $this->keyword_language : false;
        }

ilMDKeyword::getKeywordLanguageCode (  ) 

Definition at line 62 of file class.ilMDKeyword.php.

        {
                return is_object($this->keyword_language) ? $this->keyword_language->getLanguageCode() : false;
        }

ilMDKeyword::getKeywordLanguageCode (  ) 

Definition at line 62 of file class.ilMDKeyword.php.

Referenced by __getFields(), and toXML().

        {
                return is_object($this->keyword_language) ? $this->keyword_language->getLanguageCode() : false;
        }

Here is the caller graph for this function:

ilMDKeyword::ilMDKeyword ( a_rbac_id = 0,
a_obj_id = 0,
a_obj_type = '' 
)

Definition at line 35 of file class.ilMDKeyword.php.

References ilMDBase::ilMDBase().

        {
                parent::ilMDBase($a_rbac_id,
                                                 $a_obj_id,
                                                 $a_obj_type);
        }

Here is the call graph for this function:

ilMDKeyword::ilMDKeyword ( a_rbac_id = 0,
a_obj_id = 0,
a_obj_type = '' 
)

Definition at line 35 of file class.ilMDKeyword.php.

References ilMDBase::ilMDBase().

        {
                parent::ilMDBase($a_rbac_id,
                                                 $a_obj_id,
                                                 $a_obj_type);
        }

Here is the call graph for this function:

ilMDKeyword::read (  ) 

Definition at line 121 of file class.ilMDKeyword.php.

References $query, $res, $row, ilMDBase::getMetaId(), setKeyword(), setKeywordLanguage(), ilMDBase::setObjId(), ilMDBase::setObjType(), ilMDBase::setParentId(), ilMDBase::setParentType(), and ilMDBase::setRBACId().

        {
                include_once 'Services/MetaData/classes/class.ilMDLanguageItem.php';

                if($this->getMetaId())
                {
                        $query = "SELECT * FROM il_meta_keyword ".
                                "WHERE meta_keyword_id = '".$this->getMetaId()."'";

                        $res = $this->db->query($query);
                        while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
                        {
                                $this->setRBACId($row->rbac_id);
                                $this->setObjId($row->obj_id);
                                $this->setObjType($row->obj_type);
                                $this->setParentId($row->parent_id);
                                $this->setParentType($row->parent_type);
                                $this->setKeyword($row->keyword);
                                $this->setKeywordLanguage( new ilMDLanguageItem($row->keyword_language));
                        }
                }
                return true;
        }

Here is the call graph for this function:

ilMDKeyword::read (  ) 

Definition at line 121 of file class.ilMDKeyword.php.

References $query, $res, $row, ilMDBase::getMetaId(), setKeyword(), setKeywordLanguage(), ilMDBase::setObjId(), ilMDBase::setObjType(), ilMDBase::setParentId(), ilMDBase::setParentType(), ilMDBase::setRBACId(), and ilUtil::stripSlashes().

        {
                include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDLanguageItem.php';

                if($this->getMetaId())
                {
                        $query = "SELECT * FROM il_meta_keyword ".
                                "WHERE meta_keyword_id = '".$this->getMetaId()."'";

                        $res = $this->db->query($query);
                        while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
                        {
                                $this->setRBACId($row->rbac_id);
                                $this->setObjId($row->obj_id);
                                $this->setObjType($row->obj_type);
                                $this->setParentId($row->parent_id);
                                $this->setParentType($row->parent_type);
                                $this->setKeyword(ilUtil::stripSlashes($row->keyword));
                                $this->setKeywordLanguage( new ilMDLanguageItem($row->keyword_language));
                        }
                }
                return true;
        }

Here is the call graph for this function:

ilMDKeyword::save (  ) 

Reimplemented from ilMDBase.

Definition at line 67 of file class.ilMDKeyword.php.

References ilMDBase::getMetaId(), and ilMDBase::setMetaId().

        {
                if($this->db->autoExecute('il_meta_keyword',
                                                                  $this->__getFields(),
                                                                  DB_AUTOQUERY_INSERT))
                {
                        $this->setMetaId($this->db->getLastInsertId());

                        return $this->getMetaId();
                }
                return false;
        }

Here is the call graph for this function:

ilMDKeyword::save (  ) 

Reimplemented from ilMDBase.

Definition at line 67 of file class.ilMDKeyword.php.

References ilMDBase::getMetaId(), and ilMDBase::setMetaId().

        {
                if($this->db->autoExecute('il_meta_keyword',
                                                                  $this->__getFields(),
                                                                  DB_AUTOQUERY_INSERT))
                {
                        $this->setMetaId($this->db->getLastInsertId());

                        return $this->getMetaId();
                }
                return false;
        }

Here is the call graph for this function:

ilMDKeyword::setKeyword ( a_keyword  ) 

Definition at line 43 of file class.ilMDKeyword.php.

        {
                $this->keyword = $a_keyword;
        }

ilMDKeyword::setKeyword ( a_keyword  ) 

Definition at line 43 of file class.ilMDKeyword.php.

Referenced by read().

        {
                $this->keyword = $a_keyword;
        }

Here is the caller graph for this function:

ilMDKeyword::setKeywordLanguage ( &$  lng_obj  ) 

Definition at line 51 of file class.ilMDKeyword.php.

Referenced by read().

        {
                if(is_object($lng_obj))
                {
                        $this->keyword_language = $lng_obj;
                }
        }

Here is the caller graph for this function:

ilMDKeyword::setKeywordLanguage ( &$  lng_obj  ) 

Definition at line 51 of file class.ilMDKeyword.php.

        {
                if(is_object($lng_obj))
                {
                        $this->keyword_language = $lng_obj;
                }
        }

ilMDKeyword::toXML ( &$  writer  ) 

Reimplemented from ilMDBase.

Definition at line 150 of file class.ilMDKeyword.php.

References getKeyword(), and getKeywordLanguageCode().

        {
                $writer->xmlElement('Keyword',array('Language' => $this->getKeywordLanguageCode() ?
                                                                                        $this->getKeywordLanguageCode() :
                                                                                        'en'),
                                                        $this->getKeyword());
        }

Here is the call graph for this function:

ilMDKeyword::toXML ( &$  writer  ) 

Reimplemented from ilMDBase.

Definition at line 150 of file class.ilMDKeyword.php.

References getKeyword(), and getKeywordLanguageCode().

        {
                $writer->xmlElement('Keyword',array('Language' => $this->getKeywordLanguageCode()),$this->getKeyword());
        }

Here is the call graph for this function:

ilMDKeyword::update (  ) 

Reimplemented from ilMDBase.

Definition at line 80 of file class.ilMDKeyword.php.

References ilMDBase::getMetaId().

        {
                if($this->getMetaId())
                {
                        if($this->db->autoExecute('il_meta_keyword',
                                                                          $this->__getFields(),
                                                                          DB_AUTOQUERY_UPDATE,
                                                                          "meta_keyword_id = '".$this->getMetaId()."'"))
                        {
                                return true;
                        }
                }
                return false;
        }

Here is the call graph for this function:

ilMDKeyword::update (  ) 

Reimplemented from ilMDBase.

Definition at line 80 of file class.ilMDKeyword.php.

References ilMDBase::getMetaId().

        {
                if($this->getMetaId())
                {
                        if($this->db->autoExecute('il_meta_keyword',
                                                                          $this->__getFields(),
                                                                          DB_AUTOQUERY_UPDATE,
                                                                          "meta_keyword_id = '".$this->getMetaId()."'"))
                        {
                                return true;
                        }
                }
                return false;
        }

Here is the call graph for this function:


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