Public Member Functions | |
| __construct ($name, array $objectFields, $indexes=array(), $fixedProperty=false) | |
| Constructor. | |
| getFieldSignature () | |
Public Attributes | |
| $name | |
| $objectfields | |
| $fixedproperty | |
| $indexes | |
| $idsubject = true | |
| $specpropsonly = false | |
Definition at line 16 of file SMW_SQLStore2Table.php.
| SMWSQLStore2Table::__construct | ( | $ | name, | |
| array $ | objectFields, | |||
| $ | indexes = array(), |
|||
| $ | fixedProperty = false | |||
| ) |
Constructor.
| string | $name | |
| array | $objectFields Associative array | |
| mixed | $indexes Array of string or a single string | |
| mixed | $fixedProperty string or false |
Definition at line 82 of file SMW_SQLStore2Table.php.
| SMWSQLStore2Table::getFieldSignature | ( | ) |
| SMWSQLStore2Table::$name |
| SMWSQLStore2Table::$objectfields |
Definition at line 31 of file SMW_SQLStore2Table.php.
| SMWSQLStore2Table::$fixedproperty |
Definition at line 40 of file SMW_SQLStore2Table.php.
| SMWSQLStore2Table::$indexes |
| SMWSQLStore2Table::$idsubject = true |
Definition at line 62 of file SMW_SQLStore2Table.php.
| SMWSQLStore2Table::$specpropsonly = false |
Definition at line 72 of file SMW_SQLStore2Table.php.
1.5.6