mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +00:00
add todos
This commit is contained in:
parent
aaa8d9d533
commit
306f57c4d0
|
|
@ -2684,6 +2684,7 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
* @todo by and for look the same, this cannot be correct.
|
||||||
*/
|
*/
|
||||||
public static function getFor($forKey, string $for, int $relations = RelationType::ALL, int $depth = 3)
|
public static function getFor($forKey, string $for, int $relations = RelationType::ALL, int $depth = 3)
|
||||||
{
|
{
|
||||||
|
|
@ -2701,6 +2702,7 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
* @todo by and for look the same, this cannot be correct.
|
||||||
*/
|
*/
|
||||||
public static function getBy($byKey, string $by, int $relations = RelationType::ALL, int $depth = 3)
|
public static function getBy($byKey, string $by, int $relations = RelationType::ALL, int $depth = 3)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user