-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c79cca7
commit 9955d90
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,7 +191,7 @@ public function _page_limit($size = 500, $page = 0) | |
* Function check_exists | ||
* | ||
* @param string $value | ||
* @param null $field | ||
* @param mixed $field | ||
* | ||
* @return int | ||
* @author : 713uk13m <[email protected]> | ||
|
@@ -362,7 +362,7 @@ public function get_data_simple_result($selectField = '*', $wheres = [], $size = | |
/** | ||
* Function get_all_data_simple_result | ||
* | ||
* @param null $options | ||
* @param mixed $options | ||
* | ||
* @return array|array[]|object|object[] | ||
* @author : 713uk13m <[email protected]> | ||
|
@@ -389,8 +389,8 @@ public function get_all_data_simple_result($options = null) | |
* Function get_info | ||
* | ||
* @param string $value | ||
* @param null $field | ||
* @param false $array | ||
* @param mixed $field | ||
* @param bool $array | ||
* | ||
* @return array|mixed|object|null | ||
* @author : 713uk13m <[email protected]> | ||
|
@@ -416,8 +416,8 @@ public function get_info($value = '', $field = null, $array = false) | |
* Function get_value | ||
* | ||
* @param string $value_input | ||
* @param null $field_input | ||
* @param null $field_output | ||
* @param mixed $field_input | ||
* @param mixed $field_output | ||
* | ||
* @return array|mixed|object|null | ||
* @author : 713uk13m <[email protected]> | ||
|