Public Member Functions | |
__construct ($what, $from) | |
toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create ($what, $from) |
Private Attributes | |
$what = null | |
$from = null |
Definition at line 16 of file ExtractPart.class.php.
ExtractPart::__construct | ( | $ | what, | |
$ | from | |||
) |
Definition at line 29 of file ExtractPart.class.php.
References $from, $what, and Assert::isTrue().
static ExtractPart::create | ( | $ | what, | |
$ | from | |||
) | [static] |
ExtractPart::toMapped | ( | StorableDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
ExtractPart::toDialectString | ( | Dialect $ | dialect | ) |
ExtractPart::$what = null [private] |
ExtractPart::$from = null [private] |