accountRemoveProfileBanner() публичный Метод

Removes the uploaded profile banner for the authenticating user.
public accountRemoveProfileBanner ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * Tests Twitter->accountRemoveProfileBanner
  */
 public function testAccountRemoveProfileBanner()
 {
     // @todo upload
     $response = $this->twitter->accountRemoveProfileBanner();
     $this->assertTrue($response);
 }