메소드 |
설명 |
|
_tag_cdata ( &$parser, $cdata ) |
XML Callback to process CDATA elements |
|
_tag_close ( &$parser, $tag ) |
XML Callback to process end elements |
|
_tag_open ( &$parser, $tag, $attributes ) |
XML Callback to process start elements |
|
addData ( $cdata ) : string |
Adds options to the index |
|
addField ( $attributes ) : string |
Adds a field to the index |
|
create ( object &$xmls ) : array |
Generates the SQL that will create the index in the database |
|
dbData ( object &$parent, array $attributes = NULL ) |
Initializes the new dbIndex object. |
|