Public Member Functions | |
__construct ($what, $from) | |
toMapped (ProtoDAO $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] |
Definition at line 21 of file ExtractPart.class.php.
Referenced by toMapped().
ExtractPart::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 60 of file ExtractPart.class.php.
ExtractPart::toMapped | ( | ProtoDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
Implements MappableObject.
Definition at line 52 of file ExtractPart.class.php.
References create(), and ProtoDAO::guessAtom().
ExtractPart::$from = null [private] |
Definition at line 19 of file ExtractPart.class.php.
Referenced by __construct(), and create().
ExtractPart::$what = null [private] |
Definition at line 18 of file ExtractPart.class.php.
Referenced by __construct(), and create().