Elgg\Database\SiteSecret::__construct PHP Метод

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

Constructor
public __construct ( ConfigTable $configTable )
$configTable ConfigTable Config table
    public function __construct(ConfigTable $configTable)
    {
        $this->configTable = $configTable;
    }