Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/classes.php

    r11856 r11899  
    33 * Groups classes
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Query to get members that are not already members of the group
    1313 *
    14  * @since 1.0
     14 * @since 3.0.0
    1515 */
    1616class BP_Nouveau_Group_Invite_Query extends BP_User_Query {
     
    1919     *
    2020     * @var null|array Null if not yet defined, otherwise an array of ints
    21      * @since 1.0
     21     * @since 3.0.0
    2222     */
    2323    protected $group_member_ids;
     
    2626     * Set up action hooks
    2727     *
    28      * @since 1.0
     28     * @since 3.0.0
    2929     */
    3030    public function setup_hooks() {
     
    3636     * Exclude group members from the user query as it's not needed to invite members to join the group.
    3737     *
    38      * @since 1.0
     38     * @since 3.0.0
    3939     */
    4040    public function build_exclude_args() {
     
    6262     * Get the members of the queried group
    6363     *
    64      * @since 1.0
     64     * @since 3.0.0
    6565     *
    6666     * @return array $ids User IDs of relevant group member ids
     
    106106
    107107    /**
    108      * @since 1.0.0
     108     * @since 3.0.0
    109109     */
    110110    public function build_meta_query( BP_User_Query $bp_user_query ) {
     
    124124
    125125    /**
    126      * @since 1.0.0
     126     * @since 3.0.0
    127127     */
    128128    public static function get_inviter_ids( $user_id = 0, $group_id = 0 ) {
     
    143143 * buddypress()->groups->nav.
    144144 *
    145  * @since 1.0.0
     145 * @since 3.0.0
    146146 */
    147147class BP_Nouveau_Customizer_Group_Nav extends BP_Core_Nav {
     
    174174     * Overrides BP_Core_Nav::__isset() to avoid looking into its nav property.
    175175     *
    176      * @since 1.0.0
     176     * @since 3.0.0
    177177     *
    178178     * @param string $key The property.
     
    189189     * Overrides BP_Core_Nav::__isset() to avoid looking into its nav property.
    190190     *
    191      * @since 1.0.0
     191     * @since 3.0.0
    192192     *
    193193     * @param string $key The property.
     
    208208     * Overrides BP_Core_Nav::__isset() to avoid adding a value to its nav property.
    209209     *
    210      * @since 1.0.0
     210     * @since 3.0.0
    211211     *
    212212     * @param string $key The property.
     
    221221     * Setup a temporary nav with only the needed parameters.
    222222     *
    223      * @since 1.0.0
     223     * @since 3.0.0
    224224     */
    225225    protected function setup_nav() {
     
    315315     * Front template: do not look into group's template hierarchy.
    316316     *
    317      * @since 1.0.0
     317     * @since 3.0.0
    318318     *
    319319     * @param array $templates The list of possible group front templates.
     
    331331     * Get the original order for the group navigation.
    332332     *
    333      * @since 1.0.0
     333     * @since 3.0.0
    334334     *
    335335     * @return array a list of nav items slugs ordered.
     
    343343     * Get the list of nav items ordered according to the Site owner preferences.
    344344     *
    345      * @since 1.0.0
     345     * @since 3.0.0
    346346     *
    347347     * @return array the nav items ordered.
Note: See TracChangeset for help on using the changeset viewer.