PMA\libraries\navigation\nodes\NodeDatabase::_getFunctions PHP Метод

_getFunctions() приватный Метод

Returns the list of functions inside this database
private _getFunctions ( integer $pos, string $searchClause ) : array
$pos integer The offset of the list within the results
$searchClause string A string used to filter the results of the query
Результат array
    private function _getFunctions($pos, $searchClause)
    {
        return $this->_getRoutines('FUNCTION', $pos, $searchClause);
    }