| 
				 public 
				array
				
				 | 
			#
			getLists( mixed $user, boolean $reverse = null )
				
Method to get all lists the authenticating or specified user subscribes to,
including their own. 
				
Method to get all lists the authenticating or specified user subscribes to,
including their own. Parameters
						$usermixed- $user Either an integer containing the user ID or a string containing the screen
name.$reverseboolean- $reverse Set this to true if you would like owned lists to be returned first.
See description above for information on how this parameter works.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			getStatuses( mixed $list, mixed $owner = null, integer $since_id = 0, integer $max_id = 0, integer $count = 0, boolean $entities = null, boolean $include_rts = null )
				
Method to get tweet timeline for members of the specified list 
				
Method to get tweet timeline for members of the specified list Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name.$since_idinteger- $since_id Returns results with an ID greater than (that is, more recent than)
the specified ID.$max_idinteger- $max_id Returns results with an ID less than (that is, older than) or equal to
the specified ID.$countinteger- $count Specifies the number of results to retrieve per "page."$entitiesboolean- $entities When set to either true, t or 1, each tweet will include a node called
"entities". This node offers a variety of metadata about the tweet in a discreet
structure, including: user_mentions, urls, and hashtags.$include_rtsboolean- $include_rts When set to either true, t or 1, the list timeline will contain
native retweets (if they exist) in addition to the standard stream of tweets.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			getSubscribers( mixed $list, mixed $owner = null, integer $cursor = null, boolean $entities = null, boolean $skip_status = null )
				
Method to get the subscribers of the specified list. 
				
Method to get the subscribers of the specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name.$cursorinteger- $cursor Breaks the results into pages. A single page contains 20 lists. Provide
a value of -1 to begin paging.$entitiesboolean- $entities When set to either true, t or 1, each tweet will include a node called
"entities". This node offers a variety of metadata about the tweet in a discreet
structure, including: user_mentions, urls, and hashtags.$skip_statusboolean- $skip_status When set to either true, t or 1 statuses will not be included in
the returned user objects.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			deleteMembers( mixed $list, string $user_id = null, string $screen_name = null, mixed $owner = null )
				
Method to remove multiple members from a list, by specifying a
comma-separated list of member ids or screen names. 
				
Method to remove multiple members from a list, by specifying a
comma-separated list of member ids or screen names. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$user_idstring- $user_id A comma separated list of user IDs, up to 100 are allowed in a single
request.$screen_namestring- $screen_name A comma separated list of screen names, up to 100 are allowed in a
single request.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			subscribe( mixed $list, mixed $owner = null )
				
Method to subscribe the authenticated user to the specified list. 
				
Method to subscribe the authenticated user to the specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			isMember( mixed $list, mixed $user, mixed $owner = null, boolean $entities = null, boolean $skip_status = null )
				
Method to check if the specified user is a member of the specified list. 
				
Method to check if the specified user is a member of the specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$usermixed- $user Either an integer containing the user ID or a string containing the screen
name of the user to remove.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.$entitiesboolean- $entities When set to either true, t or 1, each tweet will include a node called
"entities". This node offers a variety of metadata about the tweet in a discreet
structure, including: user_mentions, urls, and hashtags.$skip_statusboolean- $skip_status When set to either true, t or 1 statuses will not be included in
the returned user objects.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			isSubscriber( mixed $list, mixed $user, mixed $owner = null, boolean $entities = null, boolean $skip_status = null )
				
Method to check if the specified user is a subscriber of the specified
list. 
				
Method to check if the specified user is a subscriber of the specified
list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$usermixed- $user Either an integer containing the user ID or a string containing the screen
name of the user to remove.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.$entitiesboolean- $entities When set to either true, t or 1, each tweet will include a node called
"entities". This node offers a variety of metadata about the tweet in a discreet
structure, including: user_mentions, urls, and hashtags.$skip_statusboolean- $skip_status When set to either true, t or 1 statuses will not be included in
the returned user objects.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			unsubscribe( mixed $list, mixed $owner = null )
				
Method to unsubscribe the authenticated user from the specified list. 
				
Method to unsubscribe the authenticated user from the specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			addMembers( mixed $list, string $user_id = null, string $screen_name = null, mixed $owner = null )
				
Method to add multiple members to a list, by specifying a comma-separated
list of member ids or screen names. 
				
Method to add multiple members to a list, by specifying a comma-separated
list of member ids or screen names. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$user_idstring- $user_id A comma separated list of user IDs, up to 100 are allowed in a single
request.$screen_namestring- $screen_name A comma separated list of screen names, up to 100 are allowed in a
single request.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			getMembers( mixed $list, mixed $owner = null, boolean $entities = null, boolean $skip_status = null )
				
Method to get the members of the specified list. 
				
Method to get the members of the specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name.$entitiesboolean- $entities When set to either true, t or 1, each tweet will include a node called
"entities". This node offers a variety of metadata about the tweet in a discreet
structure, including: user_mentions, urls, and hashtags.$skip_statusboolean- $skip_status When set to either true, t or 1 statuses will not be included in
the returned user objects.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			getListById( mixed $list, mixed $owner = null )
				
Method to get the specified list. 
				
Method to get the specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			getSubscriptions( mixed $user, integer $count = 0, integer $cursor = null )
				
Method to get a collection of the lists the specified user is subscribed to,
20 lists per page by default. Does not include the user's own lists. 
				
Method to get a collection of the lists the specified user is subscribed to,
20 lists per page by default. Does not include the user's own lists. Parameters
						$usermixed- $user Either an integer containing the user ID or a string containing the screen
name.$countinteger- $count The amount of results to return per page. Defaults to 20. Maximum of
1,000 when using cursors.$cursorinteger- $cursor Breaks the results into pages. Provide a value of -1 to begin paging.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			update( mixed $list, mixed $owner = null, string $name = null, string $mode = null, string $description = null )
				
Method to update the specified list 
				
Method to update the specified list Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.$namestring- $name The name of the list.$modestring- $mode Whether your list is public or private. Values can be public or private.
If no mode is specified the list will be public.$descriptionstring- $description The description to give the list.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			create( string $name, string $mode = null, string $description = null )
				
Method to create a new list for the authenticated user. 
				
Method to create a new list for the authenticated user. Parameters
						$namestring- $name The name of the list.$modestring- $mode Whether your list is public or private. Values can be public or private.
If no mode is specified the list will be public.$descriptionstring- $description The description to give the list.Returns
						array- The decoded JSON response
 Since
							12.3
 | 
		
			| 
				 public 
				array
				
				 | 
			#
			delete( mixed $list, mixed $owner = null )
				
Method to delete a specified list. 
				
Method to delete a specified list. Parameters
						$listmixed- $list Either an integer containing the list ID or a string containing the list
slug.$ownermixed- $owner Either an integer containing the user ID or a string containing the
screen name of the owner.Returns
						array- The decoded JSON response
 ThrowsSince
							12.3
 |