Class SimplePie_Restriction
Handles <media:restriction> as defined in Media RSS
Used by SimplePie_Enclosure::get_restriction() and SimplePie_Enclosure::get_restrictions()
This class can be overloaded with SimplePie::set_restriction_class()
		
		
		
		Package: SimplePie\API
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Restriction.php
	
		Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Restriction.php
Methods summary
| 
				 public 
				
				
				 | 
			#
			 __construct( mixed $relationship = null, mixed $type = null, mixed $value = null )Constructor, used to input the data | 
| 
				 public 
				string
				
				 | |
| 
				 public 
				string|null
				
				 | |
| 
				 public 
				string|null
				
				 | |
| 
				 public 
				string|null
				
				 | 
Magic methods summary
Properties summary
| 
				public  
				string
			 | $relationship | 
				#
				 Relationship ('allow'/'deny') | 
| 
				public  
				string
			 | $type | 
				#
				 Type of restriction | 
| 
				public  
				string
			 | $value | 
				#
				 Restricted values | 
