Embera\Formatter::__construct PHP Метод

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

Constructor
public __construct ( Embera $embera, boolean $allowOffline = false ) : void
$embera Embera Instance of \Embera\Embera
$allowOffline boolean Wether or not to allow offline embera
Результат void
    public function __construct(\Embera\Embera $embera, $allowOffline = false)
    {
        $this->embera = $embera;
        $this->allowOffline = $allowOffline;
    }