API16

JTable/getRules

From Joomla! Documentation

< API16:JTable

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Method to get the rules for the record.



Syntax[edit]

getRules()


Returns[edit]

Defined in[edit]

libraries/joomla/database/table.php

Importing[edit]

jimport( 'joomla.database.table' );

Source Body[edit]

public function getRules()
{
        return $this->_rules;
}



Examples[edit]

Code Examples[edit]