The Yaf_Response_Abstract class
 
 (Yaf >=1.0.0)
  
  
   类摘要
   
    
    
     
      Yaf_Response_Abstract
     
     {
     
     
     const 
     string 
      DEFAULT_BODY 
      = "content" 
    ;
 
    
    
    
    
    
    
    
   public appendBody
    ( 
string $content
   , 
string $key = ?
   ) : 
bool 
   public prependBody
    ( 
string $content
   , 
string $key = ?
   ) : 
bool 
   public setBody
    ( 
string $content
   , 
string $key = ?
   ) : 
bool 
   }
 
   
  
  
 Table of Contents
 
 
  
User Contributed Notes
 
 There are no user contributed notes for this page.