IMP_Contents_View::__construct PHP Méthode

__construct() public méthode

public __construct ( IMP_Indices $indices )
$indices IMP_Indices
    public function __construct(IMP_Indices $indices)
    {
        try {
            $this->_contents = $GLOBALS['injector']->getInstance('IMP_Factory_Contents')->create($indices);
        } catch (Exception $e) {
            exit;
        }
    }