This is the complete list of members for Reflection, including all inherited members.
$class (defined in Reflection) | Reflection | protected |
$columns (defined in Reflection) | Reflection | protected |
$db (defined in Reflection) | Reflection | protected |
$defaults (defined in Reflection) | Reflection | protected |
$properties (defined in Reflection) | Reflection | protected |
__callStatic(string $ignored, array $args) (defined in FactoryTrait) | FactoryTrait | static |
__construct(DB $db, $class) | Reflection | |
factory(DB $db, string|object $class) | Reflection | static |
factory(DB $db,... $args) (defined in FactoryTrait) | FactoryTrait | static |
getColumns() | Reflection | |
getEav() | Reflection | |
getForeignClasses() | Reflection | |
getJunctionTable() | Reflection | |
getRecordTable() | Reflection | |
getType(string $property) | Reflection | |
getUnique() | Reflection | |
getUniqueGroups() | Reflection | |
getValue(object $object, string $property) | Reflection | |
isColumn(string $property) | Reflection | |
isNullable(string $property) | Reflection | |
isUnique(string $column) | Reflection | |
isUniqueMulti(string $column, &$ident=null) | Reflection | |
newProto() | Reflection | |
RX_EAV (defined in Reflection) | Reflection | protected |
RX_EAV_VAR (defined in Reflection) | Reflection | protected |
RX_FOREIGN (defined in Reflection) | Reflection | protected |
RX_IS_COLUMN (defined in Reflection) | Reflection | protected |
RX_JUNCTION (defined in Reflection) | Reflection | protected |
RX_NULL (defined in Reflection) | Reflection | protected |
RX_RECORD (defined in Reflection) | Reflection | protected |
RX_UNIQUE (defined in Reflection) | Reflection | protected |
RX_UNIQUE_GROUP (defined in Reflection) | Reflection | protected |
RX_VAR (defined in Reflection) | Reflection | protected |
SCALARS | Reflection | |
setValue(object $object, string $property, $value) | Reflection |