메소드 | 설명 | |
---|---|---|
execute ( ) : mixed | Execute the "find by *" handling - smart enough to know if it's for one or multiple | |
handleFindBy ( string $name, array $args ) : object | Handle the "findBy" calls for data | |
handleFindByMultiple ( string $name, array $args, array $matches ) : Modler\Collection | Handle the "find by" when multiple are requested | |
handleFindBySingle ( string $name, array $args, array $matches ) : Modler\Collection | Handle the "find by" when a single record is requested |