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

Return configuration
public getConfig ( ) : array
Результат array
Пример #1
0
 /**
  * Constructor, prepare addthis widget and configuration
  */
 public function __construct()
 {
     $this->addthis = $this->getServiceLocator()->get('AddThisModel');
     $this->config = $this->addthis->getConfig();
 }