Bootstrapper\MediaObject::asList PHP Метод

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

Force the media object to become a list
public asList ( )
    public function asList()
    {
        $this->list = true;
        return $this;
    }

Usage Example

Пример #1
0
 /**
  * Force the media object to become a list
  *
  * @return $this 
  * @static 
  */
 public static function asList()
 {
     return \Bootstrapper\MediaObject::asList();
 }