Method |
Description |
|
__call ( string $name, array $arguments ) : array |
|
|
__construct ( ) |
|
|
get ( array $columns, mixed $offset = false, mixed $per_page = false, string $order_by = 'media_id desc', $count_flag = false ) : array |
|
|
get_counts ( mixed $user_id = false, mixed $where_query = false ) : string |
|
|
get_group_albums ( integer $group_id, mixed $offset, mixed $per_page, string $order_by = 'media_id desc' ) : array |
|
|
get_media ( array $columns, mixed $offset = false, mixed $per_page = false, string $order_by = 'media_id desc', $count_flag = false ) : array |
|
|
get_other_album_count ( integer $profile_id, string $context = 'profile' ) : integer |
|
|
get_user_albums ( integer $author_id, mixed $offset, mixed $per_page, string $order_by = 'media_id desc' ) : array |
|
|
populate_results_fallback ( string $name, array $arguments ) : array |
|
|