Twilio\Rest\Api\V2010\Account\ShortCodePage
Synopsis
class ShortCodePage
extends Page
{
- // Inherited members from Page
- protected static array $metaKeys;
- protected $version;
- protected $payload;
- protected $solution;
- protected $records;
- // methods
- public void __construct()
- public ShortCodeInstance buildInstance()
- public string __toString()
- // Inherited methods from Page
- public abstract void buildInstance()
- public void __construct()
- protected void processResponse()
- protected void isPagingEol()
- protected void hasMeta()
- protected void getMeta()
- protected void loadPage()
- public void getPreviousPageUrl()
- public void getNextPageUrl()
- public void nextPage()
- public void previousPage()
- public mixed current()
- public void next()
- public mixed key()
- public bool valid()
- public void rewind()
- public void getVersion()
- public void __toString()
Hierarchy
Extends
Members
protected
- $metaKeys
- $payload
- $records
- $solution
- $version
Methods
public
- __construct()
- __toString() — Provide a friendly representation
- buildInstance()
Inherited from Twilio\Page
protected
public
- __toString()
- buildInstance()
- current() — (PHP 5 >= 5.0.0)<br/> Return the current element
- getNextPageUrl()
- getPreviousPageUrl()
- getVersion()
- key() — (PHP 5 >= 5.0.0)<br/> Return the key of the current element
- next() — (PHP 5 >= 5.0.0)<br/> Move forward to next element
- nextPage()
- previousPage()
- rewind() — (PHP 5 >= 5.0.0)<br/> Rewind the Iterator to the first element
- valid() — (PHP 5 >= 5.0.0)<br/> Checks if current position is valid