Controller\Ctdb::__construct PHP Метод

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

Initialize the database mapper and load Model
public __construct ( )
    public function __construct()
    {
        $mapper = new \Model\Xssr();
        parent::__construct($mapper);
    }