Class

FeedsCat

Package: Content\Feed Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2009 02 25 Located at: content/feed/FeedsCat.class.php

Describes a feed by building a category tree

Methods summary
public
# __construct( string $module_id, integer $category_id, string $category_name )

Builds a FeedsCat Object

public string
# get_url( string $feed_type = '' )

Returns the feed url

public string
# get_module_id( )

Returns the module id

public integer
# get_category_id( )

Returns the category id

public string
# get_category_name( )

Returns the category name

public
# add_child( FeedsCat $child )

Adds a FeedsCat child to the current FeedsCat object

public FeedsCat[]
# get_children( )

Returns the current category children