Showing preview only (9,016K chars total). Download the full file or copy to clipboard to get everything.
Repository: patricktalmadge/bootstrapper
Branch: master
Commit: 8e325e6bdfdc
Files: 475
Total size: 8.5 MB
Directory structure:
gitextract_hs6xjmpb/
├── .gitattributes
├── .gitignore
├── .travis.yml
├── CHANGELOG.md
├── CONTRIBUTING.md
├── README.md
├── composer.json
├── docs/
│ ├── classes/
│ │ ├── Bootstrapper.Accordion.html
│ │ ├── Bootstrapper.Alert.html
│ │ ├── Bootstrapper.Attributes.html
│ │ ├── Bootstrapper.Badge.html
│ │ ├── Bootstrapper.BootstrapperServiceProvider.html
│ │ ├── Bootstrapper.Breadcrumb.html
│ │ ├── Bootstrapper.Button.html
│ │ ├── Bootstrapper.ButtonGroup.html
│ │ ├── Bootstrapper.Carousel.html
│ │ ├── Bootstrapper.ControlGroup.html
│ │ ├── Bootstrapper.DropdownButton.html
│ │ ├── Bootstrapper.Exceptions.AccordionException.html
│ │ ├── Bootstrapper.Exceptions.CarouselException.html
│ │ ├── Bootstrapper.Exceptions.ControlGroupException.html
│ │ ├── Bootstrapper.Exceptions.ImageException.html
│ │ ├── Bootstrapper.Exceptions.MediaObjectException.html
│ │ ├── Bootstrapper.Exceptions.ModalException.html
│ │ ├── Bootstrapper.Exceptions.ThumbnailException.html
│ │ ├── Bootstrapper.Facades.Accordion.html
│ │ ├── Bootstrapper.Facades.Alert.html
│ │ ├── Bootstrapper.Facades.Badge.html
│ │ ├── Bootstrapper.Facades.BootstrapperFacade.html
│ │ ├── Bootstrapper.Facades.Breadcrumb.html
│ │ ├── Bootstrapper.Facades.Button.html
│ │ ├── Bootstrapper.Facades.ButtonGroup.html
│ │ ├── Bootstrapper.Facades.Carousel.html
│ │ ├── Bootstrapper.Facades.ControlGroup.html
│ │ ├── Bootstrapper.Facades.DropdownButton.html
│ │ ├── Bootstrapper.Facades.Form.html
│ │ ├── Bootstrapper.Facades.Helpers.html
│ │ ├── Bootstrapper.Facades.Icon.html
│ │ ├── Bootstrapper.Facades.Image.html
│ │ ├── Bootstrapper.Facades.InputGroup.html
│ │ ├── Bootstrapper.Facades.Label.html
│ │ ├── Bootstrapper.Facades.MediaObject.html
│ │ ├── Bootstrapper.Facades.Modal.html
│ │ ├── Bootstrapper.Facades.Navbar.html
│ │ ├── Bootstrapper.Facades.Navigation.html
│ │ ├── Bootstrapper.Facades.Panel.html
│ │ ├── Bootstrapper.Facades.ProgressBar.html
│ │ ├── Bootstrapper.Facades.Tabbable.html
│ │ ├── Bootstrapper.Facades.Table.html
│ │ ├── Bootstrapper.Facades.Thumbnail.html
│ │ ├── Bootstrapper.Form.html
│ │ ├── Bootstrapper.Helpers.html
│ │ ├── Bootstrapper.Icon.html
│ │ ├── Bootstrapper.Image.html
│ │ ├── Bootstrapper.InputGroup.html
│ │ ├── Bootstrapper.Label.html
│ │ ├── Bootstrapper.MediaObject.html
│ │ ├── Bootstrapper.Modal.html
│ │ ├── Bootstrapper.Navbar.html
│ │ ├── Bootstrapper.Navigation.html
│ │ ├── Bootstrapper.Panel.html
│ │ ├── Bootstrapper.ProgressBar.html
│ │ ├── Bootstrapper.RenderedObject.html
│ │ ├── Bootstrapper.Tabbable.html
│ │ ├── Bootstrapper.Table.html
│ │ └── Bootstrapper.Thumbnail.html
│ ├── css/
│ │ ├── bootstrap-responsive.css
│ │ ├── bootstrap.css
│ │ ├── jquery.iviewer.css
│ │ ├── phpdocumentor-clean-icons/
│ │ │ ├── Read Me.txt
│ │ │ ├── lte-ie7.js
│ │ │ └── style.css
│ │ ├── prettify.css
│ │ ├── prism.css
│ │ └── template.css
│ ├── deprecated.html
│ ├── errors.html
│ ├── files/
│ │ ├── Accordion.html
│ │ ├── Accordion.php.txt
│ │ ├── Alert.html
│ │ ├── Alert.php.txt
│ │ ├── Attributes.html
│ │ ├── Attributes.php.txt
│ │ ├── Badge.html
│ │ ├── Badge.php.txt
│ │ ├── Bootstrapper%2FAccordion.php.txt
│ │ ├── Bootstrapper%2FAlert.php.txt
│ │ ├── Bootstrapper%2FAttributes.php.txt
│ │ ├── Bootstrapper%2FBadge.php.txt
│ │ ├── Bootstrapper%2FBootstrapperServiceProvider.php.txt
│ │ ├── Bootstrapper%2FBreadcrumb.php.txt
│ │ ├── Bootstrapper%2FButton.php.txt
│ │ ├── Bootstrapper%2FButtonGroup.php.txt
│ │ ├── Bootstrapper%2FCarousel.php.txt
│ │ ├── Bootstrapper%2FControlGroup.php.txt
│ │ ├── Bootstrapper%2FDropdownButton.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FAccordionException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FCarouselException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FControlGroupException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FImageException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FMediaObjectException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FModalException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FThumbnailException.php.txt
│ │ ├── Bootstrapper%2FFacades%2FAccordion.php.txt
│ │ ├── Bootstrapper%2FFacades%2FAlert.php.txt
│ │ ├── Bootstrapper%2FFacades%2FBadge.php.txt
│ │ ├── Bootstrapper%2FFacades%2FBootstrapperFacade.php.txt
│ │ ├── Bootstrapper%2FFacades%2FBreadcrumb.php.txt
│ │ ├── Bootstrapper%2FFacades%2FButton.php.txt
│ │ ├── Bootstrapper%2FFacades%2FButtonGroup.php.txt
│ │ ├── Bootstrapper%2FFacades%2FCarousel.php.txt
│ │ ├── Bootstrapper%2FFacades%2FControlGroup.php.txt
│ │ ├── Bootstrapper%2FFacades%2FDropdownButton.php.txt
│ │ ├── Bootstrapper%2FFacades%2FForm.php.txt
│ │ ├── Bootstrapper%2FFacades%2FHelpers.php.txt
│ │ ├── Bootstrapper%2FFacades%2FIcon.php.txt
│ │ ├── Bootstrapper%2FFacades%2FImage.php.txt
│ │ ├── Bootstrapper%2FFacades%2FInputGroup.php.txt
│ │ ├── Bootstrapper%2FFacades%2FLabel.php.txt
│ │ ├── Bootstrapper%2FFacades%2FMediaObject.php.txt
│ │ ├── Bootstrapper%2FFacades%2FModal.php.txt
│ │ ├── Bootstrapper%2FFacades%2FNavbar.php.txt
│ │ ├── Bootstrapper%2FFacades%2FNavigation.php.txt
│ │ ├── Bootstrapper%2FFacades%2FPanel.php.txt
│ │ ├── Bootstrapper%2FFacades%2FProgressBar.php.txt
│ │ ├── Bootstrapper%2FFacades%2FTabbable.php.txt
│ │ ├── Bootstrapper%2FFacades%2FTable.php.txt
│ │ ├── Bootstrapper%2FFacades%2FThumbnail.php.txt
│ │ ├── Bootstrapper%2FForm.php.txt
│ │ ├── Bootstrapper%2FHelpers.php.txt
│ │ ├── Bootstrapper%2FIcon.php.txt
│ │ ├── Bootstrapper%2FImage.php.txt
│ │ ├── Bootstrapper%2FInputGroup.php.txt
│ │ ├── Bootstrapper%2FLabel.php.txt
│ │ ├── Bootstrapper%2FMediaObject.php.txt
│ │ ├── Bootstrapper%2FModal.php.txt
│ │ ├── Bootstrapper%2FNavbar.php.txt
│ │ ├── Bootstrapper%2FNavigation.php.txt
│ │ ├── Bootstrapper%2FPanel.php.txt
│ │ ├── Bootstrapper%2FProgressBar.php.txt
│ │ ├── Bootstrapper%2FRenderedObject.php.txt
│ │ ├── Bootstrapper%2FTabbable.php.txt
│ │ ├── Bootstrapper%2FTable.php.txt
│ │ ├── Bootstrapper%2FThumbnail.php.txt
│ │ ├── Bootstrapper.Accordion.html
│ │ ├── Bootstrapper.Alert.html
│ │ ├── Bootstrapper.Attributes.html
│ │ ├── Bootstrapper.Badge.html
│ │ ├── Bootstrapper.BootstrapperServiceProvider.html
│ │ ├── Bootstrapper.Breadcrumb.html
│ │ ├── Bootstrapper.Button.html
│ │ ├── Bootstrapper.ButtonGroup.html
│ │ ├── Bootstrapper.Carousel.html
│ │ ├── Bootstrapper.ControlGroup.html
│ │ ├── Bootstrapper.DropdownButton.html
│ │ ├── Bootstrapper.Exceptions.AccordionException.html
│ │ ├── Bootstrapper.Exceptions.CarouselException.html
│ │ ├── Bootstrapper.Exceptions.ControlGroupException.html
│ │ ├── Bootstrapper.Exceptions.ImageException.html
│ │ ├── Bootstrapper.Exceptions.MediaObjectException.html
│ │ ├── Bootstrapper.Exceptions.ModalException.html
│ │ ├── Bootstrapper.Exceptions.ThumbnailException.html
│ │ ├── Bootstrapper.Facades.Accordion.html
│ │ ├── Bootstrapper.Facades.Alert.html
│ │ ├── Bootstrapper.Facades.Badge.html
│ │ ├── Bootstrapper.Facades.BootstrapperFacade.html
│ │ ├── Bootstrapper.Facades.Breadcrumb.html
│ │ ├── Bootstrapper.Facades.Button.html
│ │ ├── Bootstrapper.Facades.ButtonGroup.html
│ │ ├── Bootstrapper.Facades.Carousel.html
│ │ ├── Bootstrapper.Facades.ControlGroup.html
│ │ ├── Bootstrapper.Facades.DropdownButton.html
│ │ ├── Bootstrapper.Facades.Form.html
│ │ ├── Bootstrapper.Facades.Helpers.html
│ │ ├── Bootstrapper.Facades.Icon.html
│ │ ├── Bootstrapper.Facades.Image.html
│ │ ├── Bootstrapper.Facades.InputGroup.html
│ │ ├── Bootstrapper.Facades.Label.html
│ │ ├── Bootstrapper.Facades.MediaObject.html
│ │ ├── Bootstrapper.Facades.Modal.html
│ │ ├── Bootstrapper.Facades.Navbar.html
│ │ ├── Bootstrapper.Facades.Navigation.html
│ │ ├── Bootstrapper.Facades.Panel.html
│ │ ├── Bootstrapper.Facades.ProgressBar.html
│ │ ├── Bootstrapper.Facades.Tabbable.html
│ │ ├── Bootstrapper.Facades.Table.html
│ │ ├── Bootstrapper.Facades.Thumbnail.html
│ │ ├── Bootstrapper.Form.html
│ │ ├── Bootstrapper.Helpers.html
│ │ ├── Bootstrapper.Icon.html
│ │ ├── Bootstrapper.Image.html
│ │ ├── Bootstrapper.InputGroup.html
│ │ ├── Bootstrapper.Label.html
│ │ ├── Bootstrapper.MediaObject.html
│ │ ├── Bootstrapper.Modal.html
│ │ ├── Bootstrapper.Navbar.html
│ │ ├── Bootstrapper.Navigation.html
│ │ ├── Bootstrapper.Panel.html
│ │ ├── Bootstrapper.ProgressBar.html
│ │ ├── Bootstrapper.RenderedObject.html
│ │ ├── Bootstrapper.Tabbable.html
│ │ ├── Bootstrapper.Table.html
│ │ ├── Bootstrapper.Thumbnail.html
│ │ ├── BootstrapperServiceProvider.html
│ │ ├── BootstrapperServiceProvider.php.txt
│ │ ├── Breadcrumb.html
│ │ ├── Breadcrumb.php.txt
│ │ ├── Button.html
│ │ ├── Button.php.txt
│ │ ├── ButtonGroup.html
│ │ ├── ButtonGroup.php.txt
│ │ ├── Carousel.html
│ │ ├── Carousel.php.txt
│ │ ├── ControlGroup.html
│ │ ├── ControlGroup.php.txt
│ │ ├── DropdownButton.html
│ │ ├── DropdownButton.php.txt
│ │ ├── Exceptions%2FAccordionException.php.txt
│ │ ├── Exceptions%2FCarouselException.php.txt
│ │ ├── Exceptions%2FControlGroupException.php.txt
│ │ ├── Exceptions%2FImageException.php.txt
│ │ ├── Exceptions%2FMediaObjectException.php.txt
│ │ ├── Exceptions%2FModalException.php.txt
│ │ ├── Exceptions%2FThumbnailException.php.txt
│ │ ├── Exceptions.AccordionException.html
│ │ ├── Exceptions.CarouselException.html
│ │ ├── Exceptions.ControlGroupException.html
│ │ ├── Exceptions.ImageException.html
│ │ ├── Exceptions.MediaObjectException.html
│ │ ├── Exceptions.ModalException.html
│ │ ├── Exceptions.ThumbnailException.html
│ │ ├── Facades%2FAccordion.php.txt
│ │ ├── Facades%2FAlert.php.txt
│ │ ├── Facades%2FBadge.php.txt
│ │ ├── Facades%2FBootstrapperFacade.php.txt
│ │ ├── Facades%2FBreadcrumb.php.txt
│ │ ├── Facades%2FButton.php.txt
│ │ ├── Facades%2FButtonGroup.php.txt
│ │ ├── Facades%2FCarousel.php.txt
│ │ ├── Facades%2FControlGroup.php.txt
│ │ ├── Facades%2FDropdownButton.php.txt
│ │ ├── Facades%2FForm.php.txt
│ │ ├── Facades%2FHelpers.php.txt
│ │ ├── Facades%2FIcon.php.txt
│ │ ├── Facades%2FImage.php.txt
│ │ ├── Facades%2FInputGroup.php.txt
│ │ ├── Facades%2FLabel.php.txt
│ │ ├── Facades%2FMediaObject.php.txt
│ │ ├── Facades%2FModal.php.txt
│ │ ├── Facades%2FNavbar.php.txt
│ │ ├── Facades%2FNavigation.php.txt
│ │ ├── Facades%2FPanel.php.txt
│ │ ├── Facades%2FProgressBar.php.txt
│ │ ├── Facades%2FTabbable.php.txt
│ │ ├── Facades%2FTable.php.txt
│ │ ├── Facades%2FThumbnail.php.txt
│ │ ├── Facades.Accordion.html
│ │ ├── Facades.Alert.html
│ │ ├── Facades.Badge.html
│ │ ├── Facades.BootstrapperFacade.html
│ │ ├── Facades.Breadcrumb.html
│ │ ├── Facades.Button.html
│ │ ├── Facades.ButtonGroup.html
│ │ ├── Facades.Carousel.html
│ │ ├── Facades.ControlGroup.html
│ │ ├── Facades.DropdownButton.html
│ │ ├── Facades.Form.html
│ │ ├── Facades.Helpers.html
│ │ ├── Facades.Icon.html
│ │ ├── Facades.Image.html
│ │ ├── Facades.InputGroup.html
│ │ ├── Facades.Label.html
│ │ ├── Facades.MediaObject.html
│ │ ├── Facades.Modal.html
│ │ ├── Facades.Navbar.html
│ │ ├── Facades.Navigation.html
│ │ ├── Facades.Panel.html
│ │ ├── Facades.ProgressBar.html
│ │ ├── Facades.Tabbable.html
│ │ ├── Facades.Table.html
│ │ ├── Facades.Thumbnail.html
│ │ ├── Form.html
│ │ ├── Form.php.txt
│ │ ├── Helpers.html
│ │ ├── Helpers.php.txt
│ │ ├── Icon.html
│ │ ├── Icon.php.txt
│ │ ├── Image.html
│ │ ├── Image.php.txt
│ │ ├── InputGroup.html
│ │ ├── InputGroup.php.txt
│ │ ├── Label.html
│ │ ├── Label.php.txt
│ │ ├── MediaObject.html
│ │ ├── MediaObject.php.txt
│ │ ├── Modal.html
│ │ ├── Modal.php.txt
│ │ ├── Navbar.html
│ │ ├── Navbar.php.txt
│ │ ├── Navigation.html
│ │ ├── Navigation.php.txt
│ │ ├── Panel.html
│ │ ├── Panel.php.txt
│ │ ├── ProgressBar.html
│ │ ├── ProgressBar.php.txt
│ │ ├── RenderedObject.html
│ │ ├── RenderedObject.php.txt
│ │ ├── Tabbable.html
│ │ ├── Tabbable.php.txt
│ │ ├── Table.html
│ │ ├── Table.php.txt
│ │ ├── Thumbnail.html
│ │ ├── Thumbnail.php.txt
│ │ ├── config%2Fconfig.php.txt
│ │ └── config.config.html
│ ├── font/
│ │ └── FontAwesome.otf
│ ├── graph_class.html
│ ├── graphs/
│ │ └── class.html
│ ├── images/
│ │ └── iviewer/
│ │ ├── grab.cur
│ │ └── hand.cur
│ ├── img/
│ │ └── iviewer/
│ │ ├── grab.cur
│ │ └── hand.cur
│ ├── index.html
│ ├── js/
│ │ ├── SVGPan.js
│ │ ├── bootstrap.js
│ │ ├── html5.js
│ │ ├── jqplot/
│ │ │ ├── MIT-LICENSE.txt
│ │ │ ├── README.txt
│ │ │ ├── changes.txt
│ │ │ ├── copyright.txt
│ │ │ └── gpl-2.0.txt
│ │ ├── jquery.cookie.js
│ │ ├── jquery.dotdotdot-1.5.9.js
│ │ ├── jquery.iviewer.js
│ │ ├── jquery.mousewheel.js
│ │ ├── jquery.panzoom.js
│ │ ├── jquery.smooth-scroll.js
│ │ ├── jquery.splitter.js
│ │ ├── jquery.treeview.js
│ │ ├── jquery.xml2json.js
│ │ ├── menu.js
│ │ ├── prettify/
│ │ │ ├── lang-apollo.js
│ │ │ ├── lang-clj.js
│ │ │ ├── lang-css.js
│ │ │ ├── lang-go.js
│ │ │ ├── lang-hs.js
│ │ │ ├── lang-lisp.js
│ │ │ ├── lang-lua.js
│ │ │ ├── lang-ml.js
│ │ │ ├── lang-n.js
│ │ │ ├── lang-proto.js
│ │ │ ├── lang-scala.js
│ │ │ ├── lang-sql.js
│ │ │ ├── lang-tex.js
│ │ │ ├── lang-vb.js
│ │ │ ├── lang-vhdl.js
│ │ │ ├── lang-wiki.js
│ │ │ ├── lang-xq.js
│ │ │ └── lang-yaml.js
│ │ ├── sidebar.js
│ │ └── template.js
│ ├── markers.html
│ ├── namespaces/
│ │ ├── Bootstrapper.Exceptions.html
│ │ ├── Bootstrapper.Facades.html
│ │ ├── Bootstrapper.html
│ │ └── default.html
│ ├── packages/
│ │ ├── Bootstrapper.Exceptions.html
│ │ ├── Bootstrapper.Facades.html
│ │ ├── Bootstrapper.html
│ │ ├── Default.html
│ │ └── global.html
│ ├── reports/
│ │ ├── deprecated.html
│ │ ├── errors.html
│ │ └── markers.html
│ └── structure.xml
├── phpspec.yml
├── src/
│ ├── Bootstrapper/
│ │ ├── Accordion.php
│ │ ├── Alert.php
│ │ ├── Attributes.php
│ │ ├── Badge.php
│ │ ├── BootstrapperL5ServiceProvider.php
│ │ ├── Breadcrumb.php
│ │ ├── Bridges/
│ │ │ └── Config/
│ │ │ ├── ConfigInterface.php
│ │ │ ├── Laravel4Config.php
│ │ │ └── Laravel5Config.php
│ │ ├── Button.php
│ │ ├── ButtonGroup.php
│ │ ├── Carousel.php
│ │ ├── ControlGroup.php
│ │ ├── DropdownButton.php
│ │ ├── Exceptions/
│ │ │ ├── AccordionException.php
│ │ │ ├── ButtonGroupException.php
│ │ │ ├── CarouselException.php
│ │ │ ├── ControlGroupException.php
│ │ │ ├── IconException.php
│ │ │ ├── ImageException.php
│ │ │ ├── MediaObjectException.php
│ │ │ ├── ModalException.php
│ │ │ └── ThumbnailException.php
│ │ ├── Facades/
│ │ │ ├── Accordion.php
│ │ │ ├── Alert.php
│ │ │ ├── Badge.php
│ │ │ ├── BootstrapperFacade.php
│ │ │ ├── Breadcrumb.php
│ │ │ ├── Button.php
│ │ │ ├── ButtonGroup.php
│ │ │ ├── Carousel.php
│ │ │ ├── ControlGroup.php
│ │ │ ├── DropdownButton.php
│ │ │ ├── Form.php
│ │ │ ├── Helpers.php
│ │ │ ├── Icon.php
│ │ │ ├── Image.php
│ │ │ ├── InputGroup.php
│ │ │ ├── Label.php
│ │ │ ├── MediaObject.php
│ │ │ ├── Modal.php
│ │ │ ├── Navbar.php
│ │ │ ├── Navigation.php
│ │ │ ├── Panel.php
│ │ │ ├── ProgressBar.php
│ │ │ ├── Tabbable.php
│ │ │ ├── Table.php
│ │ │ └── Thumbnail.php
│ │ ├── Form.php
│ │ ├── Helpers.php
│ │ ├── Icon.php
│ │ ├── Image.php
│ │ ├── InputGroup.php
│ │ ├── Interfaces/
│ │ │ └── TableInterface.php
│ │ ├── Label.php
│ │ ├── MediaObject.php
│ │ ├── Modal.php
│ │ ├── Navbar.php
│ │ ├── Navigation.php
│ │ ├── Panel.php
│ │ ├── ProgressBar.php
│ │ ├── RenderedObject.php
│ │ ├── Tabbable.php
│ │ ├── Table.php
│ │ └── Thumbnail.php
│ └── config/
│ ├── bootstrapper.php
│ └── config.php
└── tests/
├── DummyClasses/
│ ├── Bridges/
│ │ └── Config/
│ │ └── ConfigInterface.php
│ └── RenderedObject.php
└── spec/
├── Bootstrapper/
│ ├── AccordionSpec.php
│ ├── AlertSpec.php
│ ├── AttributesSpec.php
│ ├── BadgeSpec.php
│ ├── BootstrapperL5ServiceProviderSpec.php
│ ├── BreadcrumbSpec.php
│ ├── Bridges/
│ │ └── Config/
│ │ ├── Laravel4ConfigSpec.php
│ │ └── Laravel5ConfigSpec.php
│ ├── ButtonGroupSpec.php
│ ├── ButtonSpec.php
│ ├── CarouselSpec.php
│ ├── ControlGroupSpec.php
│ ├── DropdownButtonSpec.php
│ ├── FormSpec.php
│ ├── HelpersSpec.php
│ ├── IconSpec.php
│ ├── ImageSpec.php
│ ├── InputGroupSpec.php
│ ├── LabelSpec.php
│ ├── MediaObjectSpec.php
│ ├── ModalSpec.php
│ ├── NavbarSpec.php
│ ├── NavigationSpec.php
│ ├── PanelSpec.php
│ ├── ProgressBarSpec.php
│ ├── TabbableSpec.php
│ ├── TableSpec.php
│ └── ThumbnailSpec.php
└── DummyClasses/
├── Bridges/
│ └── Config/
│ └── ConfigInterfaceSpec.php
└── RenderedObjectSpec.php
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpspec.xml export-ignore
/CONTRIBUTING.md export-ignore
/docs export-ignore
================================================
FILE: .gitignore
================================================
vendor/
.idea/
================================================
FILE: .travis.yml
================================================
language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
before_install:
- travis_retry composer self-update
- travis_retry composer update --no-interaction --prefer-dist
script:
- vendor/bin/phpspec run
- vendor/bin/phpcs --standard=PSR2 src
================================================
FILE: CHANGELOG.md
================================================
Bootstrapper
------------
5.3.0
=====
* Add `Table::withFooter()`
* `Table::setType()` is now fluid
5.2.0
=====
* Add docblocks
* `withAttributes` is now a method on the `RenderedObject` class
* `Helpers::generateId()` created, to generate unique ids per object
5.0.0
=====
* Rewrite application to use facades
* Require Laravel 4.2 (and thus PHP 5.4)
* Change test suite to use PHPSpec
* Update to use PSR-4
* Remove Form::append* etc in favour of an InputGroup class
* Remove Form::control_group in favour of a ControlGroup class
* Rename Progress to ProgressBar
4.0.0
=====
- Compatibility with Laravel 4
- _more_
================================================
FILE: CONTRIBUTING.md
================================================
Contributor's Guide
===================
If you're reading this you're probably interested in contributing to
``bootstrapper``. First, I'd like to say: thank you! Projects like this one
live-and-die based on the support they receive from others, and the fact that
you're even *considering* supporting ``bootstrapper`` is incredibly generous
of you.
This document lays out guidelines and advice for contributing to
``bootstrapper``. If you're thinking of contributing, start by reading this
thoroughly and getting a feel for how contributing to the project works. If
you've still got questions after reading this, you should go ahead and
contact Patrick (on [Twitter](http://twitter.com/DrugCrazed), or via
[email](mailto:pjr0911025+github@googlemail.com))
The guide is split into sections based on the type of contribution you're
thinking of making, with a section that covers general guidelines for all
contributors.
All Contributions
-----------------
### Be Cordial Or Be On Your Way ###
``bootstrapper`` has one very important guideline governing all forms of
contribution, including things like reporting bugs or requesting features.
The guideline is [be cordial or be on your
way](http://kennethreitz.org/be-cordial-or-be-on-your-way/). **All
contributions are welcome**, but they come with an implicit social contract:
everyone must be treated with respect.
This can be a difficult area to judge, so the maintainer will enforce the
following policy. If any contributor acts rudely or aggressively towards any
other contributor, **regardless of whether they perceive themselves to be acting
in retaliation for an earlier breach of this guideline**, they will be subject
to the following steps:
1. They must apologise. This apology must be genuine in nature: "I'm sorry you
were offended" is not sufficient. The judgement of 'genuine' is at the
discretion of the maintainer.
2. If the apology is not offered, any outstanding and future contributions from
the violating contributor will be rejected immediately.
Everyone involved in the ``bootstrapper`` project, the maintainer included,
is bound by this policy. Failing to abide by it leads to the offender being
kicked off the project.
#### Get Early Feedback ####
If you are contributing, do not feel the need to sit on your contribution until
it is perfectly polished and complete. It helps everyone involved for you to
seek feedback as early as you possibly can. Submitting an early, unfinished
version of your contribution for feedback in no way prejudices your chances of
getting that contribution accepted, and can save you from putting a lot of work
into a contribution that is not suitable for the project.
### Contribution Suitability ###
The project maintainer has the last word on whether or not a contribution is
suitable for ``bootstrapper``. All contributions will be considered, but from
time to time contributions will be rejected because they do not suit the
project.
If your contribution is rejected, don't despair! So long as you followed these
guidelines, you'll have a much better chance of getting your next contribution
accepted.
Code Contributions
------------------
### Steps ###
When contributing code, you'll want to follow this checklist:
1. Fork the repository on GitHub
2. Create yourself a new feature branch for your new feature, branching from
the `develop` branch. There's no naming convention that you need to follow,
but the name should be descriptive (if you're adding dropups to the Button
class, a branch name like "dropup-buttons" would be appropriate). Then run
`composer install`.
3. Run the tests to confirm they all pass on your system. If they don't, you'll
need to investigate why they fail. If you're unable to diagnose this
yourself, contact Patrick.
4. Write tests that demonstrate your bug or feature. Ensure that they fail.
5. Make your change.
6. Run the entire test suite again, confirming that all tests pass *including
the ones you just added*.
7. Send a GitHub Pull Request to the main repository's ``develop`` branch.
GitHub Pull Requests are the expected method of code collaboration on this
project. If you object to the GitHub workflow, you may mail a patch to the
maintainer.
The following sub-sections go into more detail on some of the points above.
### Tests & Code Coverage ###
``bootstrapper`` has a substantial suite of tests. Whenever you contribute, you
must write tests that exercise your contributed code, and you must not regress
the code coverage. We use ``phpspec`` for our tests, which is installed with
Bootstrapper.
If you've done this but want to get contributing right away, you can take
advantage of the fact that ``bootstrapper`` uses a continuous integration
system. This will automatically run the tests against any pull request raised
against the main ``bootstrapper`` repository.
Before a contribution is merged it must have a green run through the CI system.
*Contributions that do not follow this may still be merged, but will invariably
take much longer to do so*
### Code Review ###
Contributions will not be merged until they've been code reviewed. You should
implement any code review feedback unless you strongly object to it. In the
event that you object to the code review feedback, you should make your case
clearly and calmly. If, after doing so, the feedback is judged to still apply,
you must either apply the feedback or withdraw your contribution.
The following aren't all necessarily hard and fast rules, but following these
guidelines will certainly be helpful.
* Follow PSR-2 for your code. The quick rundown - use `camelCase` for your
method names, `UpperCamelCase` for your class names, indent with 4 spaces.
Most editors have some way of reformatting your code to follow these rules.
* Most public methods should be chainable (ie, return `$this`)
* New public method names should be chosen to be, for want of a better phrase,
"human speakable". Most people will be using Bootstrapper just in their
views, and should be able to read off a chained method call to someone with
them knowing exactly what the result will be.
* Methods should try to be no longer than 30 lines. This is usually enough to
fit into the most people's editor window, and means that anyone can skim
read the method and know what it does.
Documentation Contributions
---------------------------
Documentation improvements are always welcome! The documentation files live in
the [Bootstrapper Docs
repository](https://github.com/PatrickRose/bootstrapper-docs) and are written
using Laravel.
Bug Reports
-----------
Bug reports are hugely important! Before you raise one, though, please check
through the [GitHub
issues](https://github.com/patricktalmadge/bootstrapper/issues), **both open
and closed**, to confirm that the bug hasn't been reported before. Duplicate
bug reports are a huge drain on the time of other contributors, and should be
avoided as much as possible.
Feature Requests
----------------
Feature requests are always welcome, but please note that all the general
guidelines for contribution apply. Also note that the importance of a feature
request *without* an associated Pull Request is always lower than the importance
of one *with* an associated Pull Request: code is more valuable than ideas.
================================================
FILE: README.md
================================================
# Bootstrapper
Latest stable version: [](https://packagist.org/packages/patricktalmadge/bootstrapper)
Travis status : [](https://travis-ci.org/patricktalmadge/bootstrapper)
Current supported Bootstrap version: 3.2.0
Bootstrapper is a set of classes that allow you to quickly create Twitter
Bootstrap 3 style markup.
## Installation
Add the following to your `composer.json` file :
```json
"require": {
"patricktalmadge/bootstrapper": "~5",
},
```
or execute
```bash
composer require patricktalmadge/bootstrapper
```
Then register Bootstrapper's service provider with Laravel:
```php
'Bootstrapper\BootstrapperServiceProvider',
```
If you are using Laravel 5, then you should instead use the Laravel 5 service
provider.
```php
'Bootstrapper\BootstrapperL5ServiceProvider',
```
You can then (if you want to) add the following aliases to your `aliases`
array in your `config/app.php` file.
```php
'Accordion' => 'Bootstrapper\Facades\Accordion',
'Alert' => 'Bootstrapper\Facades\Alert',
'Badge' => 'Bootstrapper\Facades\Badge',
'Breadcrumb' => 'Bootstrapper\Facades\Breadcrumb',
'Button' => 'Bootstrapper\Facades\Button',
'ButtonGroup' => 'Bootstrapper\Facades\ButtonGroup',
'Carousel' => 'Bootstrapper\Facades\Carousel',
'ControlGroup' => 'Bootstrapper\Facades\ControlGroup',
'DropdownButton' => 'Bootstrapper\Facades\DropdownButton',
'Form' => 'Bootstrapper\Facades\Form',
'Helpers' => 'Bootstrapper\Facades\Helpers',
'Icon' => 'Bootstrapper\Facades\Icon',
'InputGroup' => 'Bootstrapper\Facades\InputGroup',
'Image' => 'Bootstrapper\Facades\Image',
'Label' => 'Bootstrapper\Facades\Label',
'MediaObject' => 'Bootstrapper\Facades\MediaObject',
'Modal' => 'Bootstrapper\Facades\Modal',
'Navbar' => 'Bootstrapper\Facades\Navbar',
'Navigation' => 'Bootstrapper\Facades\Navigation',
'Panel' => 'Bootstrapper\Facades\Panel',
'ProgressBar' => 'Bootstrapper\Facades\ProgressBar',
'Tabbable' => 'Bootstrapper\Facades\Tabbable',
'Table' => 'Bootstrapper\Facades\Table',
'Thumbnail' => 'Bootstrapper\Facades\Thumbnail',
```
## Including Bootstrap
Include the Bootstrap files just like any other css and js files! Download
Bootstrap and JQuery from the [Bootstrap site](http://getbootstrap.com),
place them in your public folder and then include them like so:
```php
{{ HTML::style('path/to/bootstrap.css') }}
{{ HTML::script('path/to/jquery.js') }}
{{ HTML::script('path/to/bootstrap.js') }}
```
Feel free to use a CDN, but bear in mind that you may get unexpected
functionality if the version you use isn't the version Bootstrapper currently
supports (but open an issue to let us know!).
```html
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
```
If you want to get the latest Bootstrap that Bootstrapper supports,
then use the helper function:
```php
Helpers::css()
Helpers::js()
```
If you want to stick at a certain version then use
```
artisan config:publish patricktalmadge/bootstrapper
```
And update your config file in app/config/packages.
We also have Twitter Bootstrap as a dependency, so you can grab the files from
your vendor directory.
## Documentation
- [Bootstrapper documentation](http://bootstrapper.patrickrosemusic.co.uk/)
- [Twitter Bootstrap documentation](http://getbootstrap.com/)
- [Twitter Bootstrap on Github](https://github.com/twitter/bootstrap)
## Contributing
Contributing is easy! Just fork the repo, make your changes then send a pull
request on GitHub. If your PR is languishing in the queue and nothing seems
to be happening, then send Patrick an
[email](mailto:pjr0911025@googlemail.com) or a
[tweet](http://twitter.com/DrugCrazed).
================================================
FILE: composer.json
================================================
{
"name": "patricktalmadge/bootstrapper",
"description": "Twitter Bootstrap markup generator",
"license": "MIT",
"keywords": [
"bootstrap",
"laravel"
],
"authors": [
{
"name": "Patrick Talmadge",
"email": "ptalmadge@gmail.com"
},
{
"name": "Maxime Fabre",
"email": "ehtnam6@gmail.com"
},
{
"name": "Patrick Rose",
"email": "pjr0911025@gmail.com"
}
],
"require": {
"php": ">=7.2.0",
"laravelcollective/html": "^6.2.0",
"illuminate/support": "^6.0||^7.0||^8.0",
"illuminate/config": "^6.0||^7.0||^8.0",
"illuminate/routing": "^6.0||^7.0||^8.0",
"twbs/bootstrap": "~3"
},
"require-dev": {
"mockery/mockery": "~1.3.3||^1.4.2",
"phpspec/phpspec": "^6.3|^7.0",
"graham-campbell/phpspec-skip-example-extension": "^5.1",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
"Bootstrapper\\": "src\\Bootstrapper",
"DummyClasses\\": "tests\\DummyClasses"
}
},
"extra": {
"laravel": {
"providers": [
"Bootstrapper\\BootstrapperL5ServiceProvider"
]
}
},
"minimum-stability": "stable"
}
================================================
FILE: docs/classes/Bootstrapper.Accordion.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script type="text/javascript">
function loadExternalCodeSnippets() {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
var src = pre.getAttribute('data-src');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';
var code = document.createElement('code');
code.className = 'language-' + language;
pre.textContent = '';
code.textContent = 'Loading…';
pre.appendChild(code);
var xhr = new XMLHttpRequest();
xhr.open('GET', src, true);
xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist or is empty';
}
}
};
xhr.send(null);
});
}
$(document).ready(function(){
loadExternalCodeSnippets();
});
$('#source-view').on('shown', function () {
loadExternalCodeSnippets();
})
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">1</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1308500600"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-1308500600" class="accordion-body collapse in">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-672455896"></a>
<a href="../namespaces/Bootstrapper.html" style="margin-left: 30px; padding-left: 0">Bootstrapper</a>
</div>
<div id="namespace-672455896" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1674606615"></a>
<a href="../namespaces/Bootstrapper.Exceptions.html" style="margin-left: 30px; padding-left: 0">Exceptions</a>
</div>
<div id="namespace-1674606615" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.AccordionException.html">AccordionException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.CarouselException.html">CarouselException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ControlGroupException.html">ControlGroupException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ImageException.html">ImageException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.MediaObjectException.html">MediaObjectException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ModalException.html">ModalException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ThumbnailException.html">ThumbnailException</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1376017829"></a>
<a href="../namespaces/Bootstrapper.Facades.html" style="margin-left: 30px; padding-left: 0">Facades</a>
</div>
<div id="namespace-1376017829" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Facades.Accordion.html">Accordion</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Alert.html">Alert</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Badge.html">Badge</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.BootstrapperFacade.html">BootstrapperFacade</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Breadcrumb.html">Breadcrumb</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Button.html">Button</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ButtonGroup.html">ButtonGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Carousel.html">Carousel</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ControlGroup.html">ControlGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.DropdownButton.html">DropdownButton</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Form.html">Form</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Helpers.html">Helpers</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Icon.html">Icon</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Image.html">Image</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.InputGroup.html">InputGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Label.html">Label</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.MediaObject.html">MediaObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Modal.html">Modal</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Navbar.html">Navbar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Navigation.html">Navigation</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Panel.html">Panel</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ProgressBar.html">ProgressBar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Tabbable.html">Tabbable</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Table.html">Table</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Thumbnail.html">Thumbnail</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
<li class="class"><a href="../classes/Bootstrapper.Accordion.html">Accordion</a></li>
<li class="class"><a href="../classes/Bootstrapper.Alert.html">Alert</a></li>
<li class="class"><a href="../classes/Bootstrapper.Attributes.html">Attributes</a></li>
<li class="class"><a href="../classes/Bootstrapper.Badge.html">Badge</a></li>
<li class="class"><a href="../classes/Bootstrapper.BootstrapperServiceProvider.html">BootstrapperServiceProvider</a></li>
<li class="class"><a href="../classes/Bootstrapper.Breadcrumb.html">Breadcrumb</a></li>
<li class="class"><a href="../classes/Bootstrapper.Button.html">Button</a></li>
<li class="class"><a href="../classes/Bootstrapper.ButtonGroup.html">ButtonGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Carousel.html">Carousel</a></li>
<li class="class"><a href="../classes/Bootstrapper.ControlGroup.html">ControlGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.DropdownButton.html">DropdownButton</a></li>
<li class="class"><a href="../classes/Bootstrapper.Form.html">Form</a></li>
<li class="class"><a href="../classes/Bootstrapper.Helpers.html">Helpers</a></li>
<li class="class"><a href="../classes/Bootstrapper.Icon.html">Icon</a></li>
<li class="class"><a href="../classes/Bootstrapper.Image.html">Image</a></li>
<li class="class"><a href="../classes/Bootstrapper.InputGroup.html">InputGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Label.html">Label</a></li>
<li class="class"><a href="../classes/Bootstrapper.MediaObject.html">MediaObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Modal.html">Modal</a></li>
<li class="class"><a href="../classes/Bootstrapper.Navbar.html">Navbar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Navigation.html">Navigation</a></li>
<li class="class"><a href="../classes/Bootstrapper.Panel.html">Panel</a></li>
<li class="class"><a href="../classes/Bootstrapper.ProgressBar.html">ProgressBar</a></li>
<li class="class"><a href="../classes/Bootstrapper.RenderedObject.html">RenderedObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Tabbable.html">Tabbable</a></li>
<li class="class"><a href="../classes/Bootstrapper.Table.html">Table</a></li>
<li class="class"><a href="../classes/Bootstrapper.Thumbnail.html">Thumbnail</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content class">
<nav>
<a href="../namespaces/Bootstrapper.html">\Bootstrapper</a> <i class="icon-level-up"></i>
</nav>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a>
<h1><small>\Bootstrapper</small>Accordion</h1>
<p><em>Creates Bootstrap 3 compliant accordions</em></p>
<section id="summary">
<h2>Summary</h2>
<section class="row-fluid heading">
<section class="span4">
<a href="#methods">Methods</a>
</section>
<section class="span4">
<a href="#properties">Properties</a>
</section>
<section class="span4">
<a href="#constants">Constants</a>
</section>
</section>
<section class="row-fluid public">
<section class="span4">
<a href="../classes/Bootstrapper.RenderedObject.html#method___toString" class="">__toString()</a><br />
<a href="../classes/Bootstrapper.Accordion.html#method_render" class="">render()</a><br />
<a href="../classes/Bootstrapper.RenderedObject.html#method_withAttributes" class="">withAttributes()</a><br />
<a href="../classes/Bootstrapper.Accordion.html#method_named" class="">named()</a><br />
<a href="../classes/Bootstrapper.Accordion.html#method_withContents" class="">withContents()</a><br />
<a href="../classes/Bootstrapper.Accordion.html#method_open" class="">open()</a><br />
</section>
<section class="span4">
<em>No public properties found</em>
</section>
<section class="span4">
<em>No constants found</em>
</section>
</section>
<section class="row-fluid protected">
<section class="span4">
<em>No protected methods found</em>
</section>
<section class="span4">
<a href="../classes/Bootstrapper.RenderedObject.html#property_attributes" class="">$attributes</a><br />
<a href="../classes/Bootstrapper.Accordion.html#property_name" class="">$name</a><br />
<a href="../classes/Bootstrapper.Accordion.html#property_contents" class="">$contents</a><br />
<a href="../classes/Bootstrapper.Accordion.html#property_opened" class="">$opened</a><br />
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
<section class="row-fluid private">
<section class="span4">
<em>No private methods found</em>
</section>
<section class="span4">
<em>No private properties found</em>
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
</section>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>File</dt>
<dd><a href="../files/Bootstrapper.Accordion.html"><div class="path-wrapper">Bootstrapper/Accordion.php</div></a></dd>
<dt>Package</dt>
<dd><div class="namespace-wrapper">Bootstrapper</div></dd>
<dt>Class hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper"><a href="../classes/Bootstrapper.RenderedObject.html">\Bootstrapper\RenderedObject</a></div>
<div class="namespace-wrapper">\Bootstrapper\Accordion</div>
</dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
author
</th>
<td>
<p>Patrick Rose</p>
</td>
</tr>
</table>
</aside>
</div>
<a id="properties" name="properties"></a>
<div class="row-fluid">
<div class="span8 content class">
<h2>Properties</h2>
</div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_attributes" name="property_attributes" class="anchor"></a>
<article class="property">
<h3 class="protected ">$attributes</h3>
<pre class="signature">$attributes : array</pre>
<p><em></em></p>
<h4>Type</h4>
array
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>Inherited from</dt>
<dd><a href="../classes/Bootstrapper.RenderedObject.html"><div class="path-wrapper">\Bootstrapper\RenderedObject</div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_name" name="property_name" class="anchor"></a>
<article class="property">
<h3 class="protected ">$name</h3>
<pre class="signature">$name : String</pre>
<p><em></em></p>
<h4>Type</h4>
String
— name of the object (used when creating the links) </article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_contents" name="property_contents" class="anchor"></a>
<article class="property">
<h3 class="protected ">$contents</h3>
<pre class="signature">$contents : array</pre>
<p><em></em></p>
<h4>Type</h4>
array
— The contents of the accordion </article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_opened" name="property_opened" class="anchor"></a>
<article class="property">
<h3 class="protected ">$opened</h3>
<pre class="signature">$opened : integer</pre>
<p><em></em></p>
<h4>Type</h4>
integer
— Which panel (if any) should be opened </article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="methods" name="methods"></a>
<div class="row-fluid">
<div class="span8 content class"><h2>Methods</h2></div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method___toString" name="method___toString" class="anchor"></a>
<article class="method">
<h3 class="public ">__toString()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">__toString() : string</pre>
<p><em>Calls the render method on the object. If an exception is thrown,
it catches it and displays an error message</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>Inherited from</dt>
<dd><a href="../classes/Bootstrapper.RenderedObject.html"><div class="path-wrapper">\Bootstrapper\RenderedObject</div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_render" name="method_render" class="anchor"></a>
<article class="method">
<h3 class="public ">render()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">render() : string</pre>
<p><em>Renders the accordion</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_withAttributes" name="method_withAttributes" class="anchor"></a>
<article class="method">
<h3 class="public ">withAttributes()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">withAttributes(array <span class="argument">$attributes</span>) : $this</pre>
<p><em>Set the attributes of the object</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>array</td>
<td>$attributes </td>
<td><p>The attributes to use</p></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>Inherited from</dt>
<dd><a href="../classes/Bootstrapper.RenderedObject.html"><div class="path-wrapper">\Bootstrapper\RenderedObject</div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_named" name="method_named" class="anchor"></a>
<article class="method">
<h3 class="public ">named()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">named( <span class="argument">$name</span>) : $this</pre>
<p><em>Name the accordion</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$name </td>
<td><p>The name of the accordion</p></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_withContents" name="method_withContents" class="anchor"></a>
<article class="method">
<h3 class="public ">withContents()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">withContents(array <span class="argument">$contents</span>) : $this</pre>
<p><em>Add the contents for the accordion. Should be an array of arrays
<strong>Expected Keys</strong>:
<ul>
<li>title</li>
<li>contents</li>
<li>attributes (optional)</li>
</ul></em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>array</td>
<td>$contents </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_open" name="method_open" class="anchor"></a>
<article class="method">
<h3 class="public ">open()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">open( <span class="argument">$integer</span>) : $this</pre>
<p><em>Sets which panel should be opened. Numbering begins from 0.</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$integer </td>
<td><p>int</p></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
</div>
</section>
<div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="source-view-label">Accordion.php</h3>
</div>
<div class="modal-body">
<pre data-src="../files/Bootstrapper/Accordion.php.txt" class="language-php line-numbers"></pre>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="../reports/errors.html">Errors</a></li>
<li><a href="../reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on October 27th, 2014 at 16:03.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
================================================
FILE: docs/classes/Bootstrapper.Alert.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script type="text/javascript">
function loadExternalCodeSnippets() {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
var src = pre.getAttribute('data-src');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';
var code = document.createElement('code');
code.className = 'language-' + language;
pre.textContent = '';
code.textContent = 'Loading…';
pre.appendChild(code);
var xhr = new XMLHttpRequest();
xhr.open('GET', src, true);
xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist or is empty';
}
}
};
xhr.send(null);
});
}
$(document).ready(function(){
loadExternalCodeSnippets();
});
$('#source-view').on('shown', function () {
loadExternalCodeSnippets();
})
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">1</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-728656400"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-728656400" class="accordion-body collapse in">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-209470114"></a>
<a href="../namespaces/Bootstrapper.html" style="margin-left: 30px; padding-left: 0">Bootstrapper</a>
</div>
<div id="namespace-209470114" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-129056143"></a>
<a href="../namespaces/Bootstrapper.Exceptions.html" style="margin-left: 30px; padding-left: 0">Exceptions</a>
</div>
<div id="namespace-129056143" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.AccordionException.html">AccordionException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.CarouselException.html">CarouselException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ControlGroupException.html">ControlGroupException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ImageException.html">ImageException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.MediaObjectException.html">MediaObjectException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ModalException.html">ModalException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ThumbnailException.html">ThumbnailException</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1619595634"></a>
<a href="../namespaces/Bootstrapper.Facades.html" style="margin-left: 30px; padding-left: 0">Facades</a>
</div>
<div id="namespace-1619595634" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Facades.Accordion.html">Accordion</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Alert.html">Alert</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Badge.html">Badge</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.BootstrapperFacade.html">BootstrapperFacade</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Breadcrumb.html">Breadcrumb</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Button.html">Button</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ButtonGroup.html">ButtonGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Carousel.html">Carousel</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ControlGroup.html">ControlGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.DropdownButton.html">DropdownButton</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Form.html">Form</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Helpers.html">Helpers</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Icon.html">Icon</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Image.html">Image</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.InputGroup.html">InputGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Label.html">Label</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.MediaObject.html">MediaObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Modal.html">Modal</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Navbar.html">Navbar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Navigation.html">Navigation</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Panel.html">Panel</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ProgressBar.html">ProgressBar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Tabbable.html">Tabbable</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Table.html">Table</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Thumbnail.html">Thumbnail</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
<li class="class"><a href="../classes/Bootstrapper.Accordion.html">Accordion</a></li>
<li class="class"><a href="../classes/Bootstrapper.Alert.html">Alert</a></li>
<li class="class"><a href="../classes/Bootstrapper.Attributes.html">Attributes</a></li>
<li class="class"><a href="../classes/Bootstrapper.Badge.html">Badge</a></li>
<li class="class"><a href="../classes/Bootstrapper.BootstrapperServiceProvider.html">BootstrapperServiceProvider</a></li>
<li class="class"><a href="../classes/Bootstrapper.Breadcrumb.html">Breadcrumb</a></li>
<li class="class"><a href="../classes/Bootstrapper.Button.html">Button</a></li>
<li class="class"><a href="../classes/Bootstrapper.ButtonGroup.html">ButtonGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Carousel.html">Carousel</a></li>
<li class="class"><a href="../classes/Bootstrapper.ControlGroup.html">ControlGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.DropdownButton.html">DropdownButton</a></li>
<li class="class"><a href="../classes/Bootstrapper.Form.html">Form</a></li>
<li class="class"><a href="../classes/Bootstrapper.Helpers.html">Helpers</a></li>
<li class="class"><a href="../classes/Bootstrapper.Icon.html">Icon</a></li>
<li class="class"><a href="../classes/Bootstrapper.Image.html">Image</a></li>
<li class="class"><a href="../classes/Bootstrapper.InputGroup.html">InputGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Label.html">Label</a></li>
<li class="class"><a href="../classes/Bootstrapper.MediaObject.html">MediaObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Modal.html">Modal</a></li>
<li class="class"><a href="../classes/Bootstrapper.Navbar.html">Navbar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Navigation.html">Navigation</a></li>
<li class="class"><a href="../classes/Bootstrapper.Panel.html">Panel</a></li>
<li class="class"><a href="../classes/Bootstrapper.ProgressBar.html">ProgressBar</a></li>
<li class="class"><a href="../classes/Bootstrapper.RenderedObject.html">RenderedObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Tabbable.html">Tabbable</a></li>
<li class="class"><a href="../classes/Bootstrapper.Table.html">Table</a></li>
<li class="class"><a href="../classes/Bootstrapper.Thumbnail.html">Thumbnail</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content class">
<nav>
<a href="../namespaces/Bootstrapper.html">\Bootstrapper</a> <i class="icon-level-up"></i>
</nav>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a>
<h1><small>\Bootstrapper</small>Alert</h1>
<p><em>Creates Bootstrap 3 compliant alert boxes</em></p>
<section id="summary">
<h2>Summary</h2>
<section class="row-fluid heading">
<section class="span4">
<a href="#methods">Methods</a>
</section>
<section class="span4">
<a href="#properties">Properties</a>
</section>
<section class="span4">
<a href="#constants">Constants</a>
</section>
</section>
<section class="row-fluid public">
<section class="span4">
<a href="../classes/Bootstrapper.RenderedObject.html#method___toString" class="">__toString()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_render" class="">render()</a><br />
<a href="../classes/Bootstrapper.RenderedObject.html#method_withAttributes" class="">withAttributes()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_setType" class="">setType()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_info" class="">info()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_success" class="">success()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_warning" class="">warning()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_danger" class="">danger()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_withContents" class="">withContents()</a><br />
<a href="../classes/Bootstrapper.Alert.html#method_close" class="">close()</a><br />
</section>
<section class="span4">
<em>No public properties found</em>
</section>
<section class="span4">
<a href="../classes/Bootstrapper.Alert.html#constant_INFO" class="">INFO</a><br />
<a href="../classes/Bootstrapper.Alert.html#constant_SUCCESS" class="">SUCCESS</a><br />
<a href="../classes/Bootstrapper.Alert.html#constant_WARNING" class="">WARNING</a><br />
<a href="../classes/Bootstrapper.Alert.html#constant_DANGER" class="">DANGER</a><br />
</section>
</section>
<section class="row-fluid protected">
<section class="span4">
<em>No protected methods found</em>
</section>
<section class="span4">
<a href="../classes/Bootstrapper.RenderedObject.html#property_attributes" class="">$attributes</a><br />
<a href="../classes/Bootstrapper.Alert.html#property_type" class="">$type</a><br />
<a href="../classes/Bootstrapper.Alert.html#property_contents" class="">$contents</a><br />
<a href="../classes/Bootstrapper.Alert.html#property_closer" class="">$closer</a><br />
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
<section class="row-fluid private">
<section class="span4">
<em>No private methods found</em>
</section>
<section class="span4">
<em>No private properties found</em>
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
</section>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>File</dt>
<dd><a href="../files/Bootstrapper.Alert.html"><div class="path-wrapper">Bootstrapper/Alert.php</div></a></dd>
<dt>Package</dt>
<dd><div class="namespace-wrapper">Bootstrapper</div></dd>
<dt>Class hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper"><a href="../classes/Bootstrapper.RenderedObject.html">\Bootstrapper\RenderedObject</a></div>
<div class="namespace-wrapper">\Bootstrapper\Alert</div>
</dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
author
</th>
<td>
<p>Patrick Rose</p>
</td>
</tr>
</table>
</aside>
</div>
<a id="constants" name="constants"></a>
<div class="row-fluid">
<div class="span8 content class">
<h2>Constants</h2>
</div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="constant_INFO" name="constant_INFO" class="anchor"></a>
<article id="constant_INFO" class="constant">
<h3 class="">INFO</h3>
<pre class="signature">INFO</pre>
<p><em>Constant for info alerts</em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="constant_SUCCESS" name="constant_SUCCESS" class="anchor"></a>
<article id="constant_SUCCESS" class="constant">
<h3 class="">SUCCESS</h3>
<pre class="signature">SUCCESS</pre>
<p><em>Constant for success alerts</em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="constant_WARNING" name="constant_WARNING" class="anchor"></a>
<article id="constant_WARNING" class="constant">
<h3 class="">WARNING</h3>
<pre class="signature">WARNING</pre>
<p><em>Constant for warning alerts</em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="constant_DANGER" name="constant_DANGER" class="anchor"></a>
<article id="constant_DANGER" class="constant">
<h3 class="">DANGER</h3>
<pre class="signature">DANGER</pre>
<p><em>Constant for danger alerts</em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="properties" name="properties"></a>
<div class="row-fluid">
<div class="span8 content class">
<h2>Properties</h2>
</div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_attributes" name="property_attributes" class="anchor"></a>
<article class="property">
<h3 class="protected ">$attributes</h3>
<pre class="signature">$attributes : array</pre>
<p><em></em></p>
<h4>Type</h4>
array
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>Inherited from</dt>
<dd><a href="../classes/Bootstrapper.RenderedObject.html"><div class="path-wrapper">\Bootstrapper\RenderedObject</div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_type" name="property_type" class="anchor"></a>
<article class="property">
<h3 class="protected ">$type</h3>
<pre class="signature">$type : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
— The type of the alert </article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_contents" name="property_contents" class="anchor"></a>
<article class="property">
<h3 class="protected ">$contents</h3>
<pre class="signature">$contents : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
— The contents of the alert </article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_closer" name="property_closer" class="anchor"></a>
<article class="property">
<h3 class="protected ">$closer</h3>
<pre class="signature">$closer : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
— What should we use to generate a close tag </article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="methods" name="methods"></a>
<div class="row-fluid">
<div class="span8 content class"><h2>Methods</h2></div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method___toString" name="method___toString" class="anchor"></a>
<article class="method">
<h3 class="public ">__toString()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">__toString() : string</pre>
<p><em>Calls the render method on the object. If an exception is thrown,
it catches it and displays an error message</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>Inherited from</dt>
<dd><a href="../classes/Bootstrapper.RenderedObject.html"><div class="path-wrapper">\Bootstrapper\RenderedObject</div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_render" name="method_render" class="anchor"></a>
<article class="method">
<h3 class="public ">render()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">render() : string</pre>
<p><em>Renders the alert</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_withAttributes" name="method_withAttributes" class="anchor"></a>
<article class="method">
<h3 class="public ">withAttributes()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">withAttributes(array <span class="argument">$attributes</span>) : $this</pre>
<p><em>Set the attributes of the object</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>array</td>
<td>$attributes </td>
<td><p>The attributes to use</p></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>Inherited from</dt>
<dd><a href="../classes/Bootstrapper.RenderedObject.html"><div class="path-wrapper">\Bootstrapper\RenderedObject</div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setType" name="method_setType" class="anchor"></a>
<article class="method">
<h3 class="public ">setType()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setType( <span class="argument">$type</span>) : $this</pre>
<p><em>Sets the type of the alert. The alert prefix is not assumed.</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$type </td>
<td><p>string</p></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_info" name="method_info" class="anchor"></a>
<article class="method">
<h3 class="public ">info()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">info(string <span class="argument">$contents = ''</span>) : $this</pre>
<p><em>Creates an info alert box</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$contents </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_success" name="method_success" class="anchor"></a>
<article class="method">
<h3 class="public ">success()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">success(string <span class="argument">$contents = ''</span>) : $this</pre>
<p><em>Creates a success alert box</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$contents </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_warning" name="method_warning" class="anchor"></a>
<article class="method">
<h3 class="public ">warning()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">warning(string <span class="argument">$contents = ''</span>) : $this</pre>
<p><em>Creates a warning alert box</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$contents </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_danger" name="method_danger" class="anchor"></a>
<article class="method">
<h3 class="public ">danger()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">danger(string <span class="argument">$contents = ''</span>) : $this</pre>
<p><em>Creates a danger alert box</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$contents </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_withContents" name="method_withContents" class="anchor"></a>
<article class="method">
<h3 class="public ">withContents()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">withContents( <span class="argument">$contents</span>) : $this</pre>
<p><em>Sets the contents of the alert box</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$contents </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_close" name="method_close" class="anchor"></a>
<article class="method">
<h3 class="public ">close()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">close(string <span class="argument">$closer = '&times;'</span>) : $this</pre>
<p><em>Adds a close button with the given text</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$closer </td>
<td></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
</div>
</section>
<div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="source-view-label">Alert.php</h3>
</div>
<div class="modal-body">
<pre data-src="../files/Bootstrapper/Alert.php.txt" class="language-php line-numbers"></pre>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="../reports/errors.html">Errors</a></li>
<li><a href="../reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on October 27th, 2014 at 16:03.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
================================================
FILE: docs/classes/Bootstrapper.Attributes.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script type="text/javascript">
function loadExternalCodeSnippets() {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
var src = pre.getAttribute('data-src');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';
var code = document.createElement('code');
code.className = 'language-' + language;
pre.textContent = '';
code.textContent = 'Loading…';
pre.appendChild(code);
var xhr = new XMLHttpRequest();
xhr.open('GET', src, true);
xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist or is empty';
}
}
};
xhr.send(null);
});
}
$(document).ready(function(){
loadExternalCodeSnippets();
});
$('#source-view').on('shown', function () {
loadExternalCodeSnippets();
})
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">1</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1099537064"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-1099537064" class="accordion-body collapse in">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1445541529"></a>
<a href="../namespaces/Bootstrapper.html" style="margin-left: 30px; padding-left: 0">Bootstrapper</a>
</div>
<div id="namespace-1445541529" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1242986422"></a>
<a href="../namespaces/Bootstrapper.Exceptions.html" style="margin-left: 30px; padding-left: 0">Exceptions</a>
</div>
<div id="namespace-1242986422" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.AccordionException.html">AccordionException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.CarouselException.html">CarouselException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ControlGroupException.html">ControlGroupException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ImageException.html">ImageException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.MediaObjectException.html">MediaObjectException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ModalException.html">ModalException</a></li>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.ThumbnailException.html">ThumbnailException</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1334374436"></a>
<a href="../namespaces/Bootstrapper.Facades.html" style="margin-left: 30px; padding-left: 0">Facades</a>
</div>
<div id="namespace-1334374436" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Facades.Accordion.html">Accordion</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Alert.html">Alert</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Badge.html">Badge</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.BootstrapperFacade.html">BootstrapperFacade</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Breadcrumb.html">Breadcrumb</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Button.html">Button</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ButtonGroup.html">ButtonGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Carousel.html">Carousel</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ControlGroup.html">ControlGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.DropdownButton.html">DropdownButton</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Form.html">Form</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Helpers.html">Helpers</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Icon.html">Icon</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Image.html">Image</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.InputGroup.html">InputGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Label.html">Label</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.MediaObject.html">MediaObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Modal.html">Modal</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Navbar.html">Navbar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Navigation.html">Navigation</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Panel.html">Panel</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.ProgressBar.html">ProgressBar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Tabbable.html">Tabbable</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Table.html">Table</a></li>
<li class="class"><a href="../classes/Bootstrapper.Facades.Thumbnail.html">Thumbnail</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
<li class="class"><a href="../classes/Bootstrapper.Accordion.html">Accordion</a></li>
<li class="class"><a href="../classes/Bootstrapper.Alert.html">Alert</a></li>
<li class="class"><a href="../classes/Bootstrapper.Attributes.html">Attributes</a></li>
<li class="class"><a href="../classes/Bootstrapper.Badge.html">Badge</a></li>
<li class="class"><a href="../classes/Bootstrapper.BootstrapperServiceProvider.html">BootstrapperServiceProvider</a></li>
<li class="class"><a href="../classes/Bootstrapper.Breadcrumb.html">Breadcrumb</a></li>
<li class="class"><a href="../classes/Bootstrapper.Button.html">Button</a></li>
<li class="class"><a href="../classes/Bootstrapper.ButtonGroup.html">ButtonGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Carousel.html">Carousel</a></li>
<li class="class"><a href="../classes/Bootstrapper.ControlGroup.html">ControlGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.DropdownButton.html">DropdownButton</a></li>
<li class="class"><a href="../classes/Bootstrapper.Form.html">Form</a></li>
<li class="class"><a href="../classes/Bootstrapper.Helpers.html">Helpers</a></li>
<li class="class"><a href="../classes/Bootstrapper.Icon.html">Icon</a></li>
<li class="class"><a href="../classes/Bootstrapper.Image.html">Image</a></li>
<li class="class"><a href="../classes/Bootstrapper.InputGroup.html">InputGroup</a></li>
<li class="class"><a href="../classes/Bootstrapper.Label.html">Label</a></li>
<li class="class"><a href="../classes/Bootstrapper.MediaObject.html">MediaObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Modal.html">Modal</a></li>
<li class="class"><a href="../classes/Bootstrapper.Navbar.html">Navbar</a></li>
<li class="class"><a href="../classes/Bootstrapper.Navigation.html">Navigation</a></li>
<li class="class"><a href="../classes/Bootstrapper.Panel.html">Panel</a></li>
<li class="class"><a href="../classes/Bootstrapper.ProgressBar.html">ProgressBar</a></li>
<li class="class"><a href="../classes/Bootstrapper.RenderedObject.html">RenderedObject</a></li>
<li class="class"><a href="../classes/Bootstrapper.Tabbable.html">Tabbable</a></li>
<li class="class"><a href="../classes/Bootstrapper.Table.html">Table</a></li>
<li class="class"><a href="../classes/Bootstrapper.Thumbnail.html">Thumbnail</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content class">
<nav>
<a href="../namespaces/Bootstrapper.html">\Bootstrapper</a> <i class="icon-level-up"></i>
</nav>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a>
<h1><small>\Bootstrapper</small>Attributes</h1>
<p><em>Simple attributes bag</em></p>
<section id="summary">
<h2>Summary</h2>
<section class="row-fluid heading">
<section class="span4">
<a href="#methods">Methods</a>
</section>
<section class="span4">
<a href="#properties">Properties</a>
</section>
<section class="span4">
<a href="#constants">Constants</a>
</section>
</section>
<section class="row-fluid public">
<section class="span4">
<a href="../classes/Bootstrapper.Attributes.html#method___construct" class="">__construct()</a><br />
<a href="../classes/Bootstrapper.Attributes.html#method___toString" class="">__toString()</a><br />
<a href="../classes/Bootstrapper.Attributes.html#method_offsetExists" class="">offsetExists()</a><br />
<a href="../classes/Bootstrapper.Attributes.html#method_offsetGet" class="">offsetGet()</a><br />
<a href="../classes/Bootstrapper.Attributes.html#method_offsetSet" class="">offsetSet()</a><br />
<a href="../classes/Bootstrapper.Attributes.html#method_offsetUnset" class="">offsetUnset()</a><br />
<a href="../classes/Bootstrapper.Attributes.html#method_addClass" class="">addClass()</a><br />
</section>
<section class="span4">
<em>No public properties found</em>
</section>
<section class="span4">
<em>No constants found</em>
</section>
</section>
<section class="row-fluid protected">
<section class="span4">
<em>No protected methods found</em>
</section>
<section class="span4">
<a href="../classes/Bootstrapper.Attributes.html#property_attributes" class="">$attributes</a><br />
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
<section class="row-fluid private">
<section class="span4">
<em>No private methods found</em>
</section>
<section class="span4">
<em>No private properties found</em>
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
</section>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>File</dt>
<dd><a href="../files/Bootstrapper.Attributes.html"><div class="path-wrapper">Bootstrapper/Attributes.php</div></a></dd>
<dt>Package</dt>
<dd><div class="namespace-wrapper">Bootstrapper</div></dd>
<dt>Class hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper">\Bootstrapper\Attributes</div>
</dd>
<dt>Implements</dt>
<dd><a href=""><div class="namespace-wrapper"></div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="properties" name="properties"></a>
<div class="row-fluid">
<div class="span8 content class">
<h2>Properties</h2>
</div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_attributes" name="property_attributes" class="anchor"></a>
<article class="property">
<h3 class="protected ">$attributes</h3>
<pre class="signature">$attributes : array</pre>
<p><em>The attributes</em></p>
<h4>Type</h4>
array
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<a id="methods" name="methods"></a>
<div class="row-fluid">
<div class="span8 content class"><h2>Methods</h2></div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method___construct" name="method___construct" class="anchor"></a>
<article class="method">
<h3 class="public ">__construct()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">__construct(array <span class="argument">$attributes</span>, array <span class="argument">$defaults = array()</span>) </pre>
<p><em>Creates a new instance of the attributes</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>array</td>
<td>$attributes </td>
<td></td>
</tr>
<tr>
<td>array</td>
<td>$defaults </td>
<td></td>
</tr>
</table>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method___toString" name="method___toString" class="anchor"></a>
<article class="method">
<h3 class="public ">__toString()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">__toString() : string</pre>
<p><em>Renders the HTML attributes</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_offsetExists" name="method_offsetExists" class="anchor"></a>
<article class="method">
<h3 class="public ">offsetExists()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">offsetExists(mixed <span class="argument">$offset</span>) : boolean</pre>
<p><em>(PHP 5 &gt;= 5.0.0)<br/>
Whether a offset exists</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>mixed</td>
<td>$offset </td>
<td><p>
An offset to check for.
</p></td>
</tr>
</table>
<h4>Returns</h4>
boolean
— <p>true on success or false on failure.</p>
<pre><code> </p>
<p>
The return value will be casted to boolean if
non-boolean was returned.</code></pre>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>See also</dt>
<dd><a href="http://php.net/manual/en/arrayaccess.offsetexists.php"><span class="namespace-wrapper">http://php.net/manual/en/arrayaccess.offsetexists.php</span></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_offsetGet" name="method_offsetGet" class="anchor"></a>
<article class="method">
<h3 class="public ">offsetGet()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">offsetGet(mixed <span class="argument">$offset</span>) : mixed</pre>
<p><em>(PHP 5 &gt;= 5.0.0)<br/>
Offset to retrieve</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>mixed</td>
<td>$offset </td>
<td><p>
The offset to retrieve.
</p></td>
</tr>
</table>
<h4>Returns</h4>
mixed
— <p>Can return all value types.</p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>See also</dt>
<dd><a href="http://php.net/manual/en/arrayaccess.offsetget.php"><span class="namespace-wrapper">http://php.net/manual/en/arrayaccess.offsetget.php</span></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_offsetSet" name="method_offsetSet" class="anchor"></a>
<article class="method">
<h3 class="public ">offsetSet()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">offsetSet(mixed <span class="argument">$offset</span>, mixed <span class="argument">$value</span>) : void</pre>
<p><em>(PHP 5 &gt;= 5.0.0)<br/>
Offset to set</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>mixed</td>
<td>$offset </td>
<td><p>
The offset to assign the value to.
</p></td>
</tr>
<tr>
<td>mixed</td>
<td>$value </td>
<td><p>
The value to set.
</p></td>
</tr>
</table>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>See also</dt>
<dd><a href="http://php.net/manual/en/arrayaccess.offsetset.php"><span class="namespace-wrapper">http://php.net/manual/en/arrayaccess.offsetset.php</span></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_offsetUnset" name="method_offsetUnset" class="anchor"></a>
<article class="method">
<h3 class="public ">offsetUnset()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">offsetUnset(mixed <span class="argument">$offset</span>) : void</pre>
<p><em>(PHP 5 &gt;= 5.0.0)<br/>
Offset to unset</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>mixed</td>
<td>$offset </td>
<td><p>
The offset to unset.
</p></td>
</tr>
</table>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>See also</dt>
<dd><a href="http://php.net/manual/en/arrayaccess.offsetunset.php"><span class="namespace-wrapper">http://php.net/manual/en/arrayaccess.offsetunset.php</span></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_addClass" name="method_addClass" class="anchor"></a>
<article class="method">
<h3 class="public ">addClass()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">addClass( <span class="argument">$class</span>) : $this</pre>
<p><em>Adds to to the class attributes</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td></td>
<td>$class </td>
<td><p>string The class to add</p></td>
</tr>
</table>
<h4>Returns</h4>
$this
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
</div>
</section>
<div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="source-view-label">Attributes.php</h3>
</div>
<div class="modal-body">
<pre data-src="../files/Bootstrapper/Attributes.php.txt" class="language-php line-numbers"></pre>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="../reports/errors.html">Errors</a></li>
<li><a href="../reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on October 27th, 2014 at 16:03.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
================================================
FILE: docs/classes/Bootstrapper.Badge.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script type="text/javascript">
function loadExternalCodeSnippets() {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
var src = pre.getAttribute('data-src');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';
var code = document.createElement('code');
code.className = 'language-' + language;
pre.textContent = '';
code.textContent = 'Loading…';
pre.appendChild(code);
var xhr = new XMLHttpRequest();
xhr.open('GET', src, true);
xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist or is empty';
}
}
};
xhr.send(null);
});
}
$(document).ready(function(){
loadExternalCodeSnippets();
});
$('#source-view').on('shown', function () {
loadExternalCodeSnippets();
})
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/Bootstrapper.html">\Bootstrapper</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">1</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-992721904"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-992721904" class="accordion-body collapse in">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1825858716"></a>
<a href="../namespaces/Bootstrapper.html" style="margin-left: 30px; padding-left: 0">Bootstrapper</a>
</div>
<div id="namespace-1825858716" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1759146290"></a>
<a href="../namespaces/Bootstrapper.Exceptions.html" style="margin-left: 30px; padding-left: 0">Exceptions</a>
</div>
<div id="namespace-1759146290" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Bootstrapper.Exceptions.AccordionException.html">AccordionException</a></li>
gitextract_hs6xjmpb/
├── .gitattributes
├── .gitignore
├── .travis.yml
├── CHANGELOG.md
├── CONTRIBUTING.md
├── README.md
├── composer.json
├── docs/
│ ├── classes/
│ │ ├── Bootstrapper.Accordion.html
│ │ ├── Bootstrapper.Alert.html
│ │ ├── Bootstrapper.Attributes.html
│ │ ├── Bootstrapper.Badge.html
│ │ ├── Bootstrapper.BootstrapperServiceProvider.html
│ │ ├── Bootstrapper.Breadcrumb.html
│ │ ├── Bootstrapper.Button.html
│ │ ├── Bootstrapper.ButtonGroup.html
│ │ ├── Bootstrapper.Carousel.html
│ │ ├── Bootstrapper.ControlGroup.html
│ │ ├── Bootstrapper.DropdownButton.html
│ │ ├── Bootstrapper.Exceptions.AccordionException.html
│ │ ├── Bootstrapper.Exceptions.CarouselException.html
│ │ ├── Bootstrapper.Exceptions.ControlGroupException.html
│ │ ├── Bootstrapper.Exceptions.ImageException.html
│ │ ├── Bootstrapper.Exceptions.MediaObjectException.html
│ │ ├── Bootstrapper.Exceptions.ModalException.html
│ │ ├── Bootstrapper.Exceptions.ThumbnailException.html
│ │ ├── Bootstrapper.Facades.Accordion.html
│ │ ├── Bootstrapper.Facades.Alert.html
│ │ ├── Bootstrapper.Facades.Badge.html
│ │ ├── Bootstrapper.Facades.BootstrapperFacade.html
│ │ ├── Bootstrapper.Facades.Breadcrumb.html
│ │ ├── Bootstrapper.Facades.Button.html
│ │ ├── Bootstrapper.Facades.ButtonGroup.html
│ │ ├── Bootstrapper.Facades.Carousel.html
│ │ ├── Bootstrapper.Facades.ControlGroup.html
│ │ ├── Bootstrapper.Facades.DropdownButton.html
│ │ ├── Bootstrapper.Facades.Form.html
│ │ ├── Bootstrapper.Facades.Helpers.html
│ │ ├── Bootstrapper.Facades.Icon.html
│ │ ├── Bootstrapper.Facades.Image.html
│ │ ├── Bootstrapper.Facades.InputGroup.html
│ │ ├── Bootstrapper.Facades.Label.html
│ │ ├── Bootstrapper.Facades.MediaObject.html
│ │ ├── Bootstrapper.Facades.Modal.html
│ │ ├── Bootstrapper.Facades.Navbar.html
│ │ ├── Bootstrapper.Facades.Navigation.html
│ │ ├── Bootstrapper.Facades.Panel.html
│ │ ├── Bootstrapper.Facades.ProgressBar.html
│ │ ├── Bootstrapper.Facades.Tabbable.html
│ │ ├── Bootstrapper.Facades.Table.html
│ │ ├── Bootstrapper.Facades.Thumbnail.html
│ │ ├── Bootstrapper.Form.html
│ │ ├── Bootstrapper.Helpers.html
│ │ ├── Bootstrapper.Icon.html
│ │ ├── Bootstrapper.Image.html
│ │ ├── Bootstrapper.InputGroup.html
│ │ ├── Bootstrapper.Label.html
│ │ ├── Bootstrapper.MediaObject.html
│ │ ├── Bootstrapper.Modal.html
│ │ ├── Bootstrapper.Navbar.html
│ │ ├── Bootstrapper.Navigation.html
│ │ ├── Bootstrapper.Panel.html
│ │ ├── Bootstrapper.ProgressBar.html
│ │ ├── Bootstrapper.RenderedObject.html
│ │ ├── Bootstrapper.Tabbable.html
│ │ ├── Bootstrapper.Table.html
│ │ └── Bootstrapper.Thumbnail.html
│ ├── css/
│ │ ├── bootstrap-responsive.css
│ │ ├── bootstrap.css
│ │ ├── jquery.iviewer.css
│ │ ├── phpdocumentor-clean-icons/
│ │ │ ├── Read Me.txt
│ │ │ ├── lte-ie7.js
│ │ │ └── style.css
│ │ ├── prettify.css
│ │ ├── prism.css
│ │ └── template.css
│ ├── deprecated.html
│ ├── errors.html
│ ├── files/
│ │ ├── Accordion.html
│ │ ├── Accordion.php.txt
│ │ ├── Alert.html
│ │ ├── Alert.php.txt
│ │ ├── Attributes.html
│ │ ├── Attributes.php.txt
│ │ ├── Badge.html
│ │ ├── Badge.php.txt
│ │ ├── Bootstrapper%2FAccordion.php.txt
│ │ ├── Bootstrapper%2FAlert.php.txt
│ │ ├── Bootstrapper%2FAttributes.php.txt
│ │ ├── Bootstrapper%2FBadge.php.txt
│ │ ├── Bootstrapper%2FBootstrapperServiceProvider.php.txt
│ │ ├── Bootstrapper%2FBreadcrumb.php.txt
│ │ ├── Bootstrapper%2FButton.php.txt
│ │ ├── Bootstrapper%2FButtonGroup.php.txt
│ │ ├── Bootstrapper%2FCarousel.php.txt
│ │ ├── Bootstrapper%2FControlGroup.php.txt
│ │ ├── Bootstrapper%2FDropdownButton.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FAccordionException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FCarouselException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FControlGroupException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FImageException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FMediaObjectException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FModalException.php.txt
│ │ ├── Bootstrapper%2FExceptions%2FThumbnailException.php.txt
│ │ ├── Bootstrapper%2FFacades%2FAccordion.php.txt
│ │ ├── Bootstrapper%2FFacades%2FAlert.php.txt
│ │ ├── Bootstrapper%2FFacades%2FBadge.php.txt
│ │ ├── Bootstrapper%2FFacades%2FBootstrapperFacade.php.txt
│ │ ├── Bootstrapper%2FFacades%2FBreadcrumb.php.txt
│ │ ├── Bootstrapper%2FFacades%2FButton.php.txt
│ │ ├── Bootstrapper%2FFacades%2FButtonGroup.php.txt
│ │ ├── Bootstrapper%2FFacades%2FCarousel.php.txt
│ │ ├── Bootstrapper%2FFacades%2FControlGroup.php.txt
│ │ ├── Bootstrapper%2FFacades%2FDropdownButton.php.txt
│ │ ├── Bootstrapper%2FFacades%2FForm.php.txt
│ │ ├── Bootstrapper%2FFacades%2FHelpers.php.txt
│ │ ├── Bootstrapper%2FFacades%2FIcon.php.txt
│ │ ├── Bootstrapper%2FFacades%2FImage.php.txt
│ │ ├── Bootstrapper%2FFacades%2FInputGroup.php.txt
│ │ ├── Bootstrapper%2FFacades%2FLabel.php.txt
│ │ ├── Bootstrapper%2FFacades%2FMediaObject.php.txt
│ │ ├── Bootstrapper%2FFacades%2FModal.php.txt
│ │ ├── Bootstrapper%2FFacades%2FNavbar.php.txt
│ │ ├── Bootstrapper%2FFacades%2FNavigation.php.txt
│ │ ├── Bootstrapper%2FFacades%2FPanel.php.txt
│ │ ├── Bootstrapper%2FFacades%2FProgressBar.php.txt
│ │ ├── Bootstrapper%2FFacades%2FTabbable.php.txt
│ │ ├── Bootstrapper%2FFacades%2FTable.php.txt
│ │ ├── Bootstrapper%2FFacades%2FThumbnail.php.txt
│ │ ├── Bootstrapper%2FForm.php.txt
│ │ ├── Bootstrapper%2FHelpers.php.txt
│ │ ├── Bootstrapper%2FIcon.php.txt
│ │ ├── Bootstrapper%2FImage.php.txt
│ │ ├── Bootstrapper%2FInputGroup.php.txt
│ │ ├── Bootstrapper%2FLabel.php.txt
│ │ ├── Bootstrapper%2FMediaObject.php.txt
│ │ ├── Bootstrapper%2FModal.php.txt
│ │ ├── Bootstrapper%2FNavbar.php.txt
│ │ ├── Bootstrapper%2FNavigation.php.txt
│ │ ├── Bootstrapper%2FPanel.php.txt
│ │ ├── Bootstrapper%2FProgressBar.php.txt
│ │ ├── Bootstrapper%2FRenderedObject.php.txt
│ │ ├── Bootstrapper%2FTabbable.php.txt
│ │ ├── Bootstrapper%2FTable.php.txt
│ │ ├── Bootstrapper%2FThumbnail.php.txt
│ │ ├── Bootstrapper.Accordion.html
│ │ ├── Bootstrapper.Alert.html
│ │ ├── Bootstrapper.Attributes.html
│ │ ├── Bootstrapper.Badge.html
│ │ ├── Bootstrapper.BootstrapperServiceProvider.html
│ │ ├── Bootstrapper.Breadcrumb.html
│ │ ├── Bootstrapper.Button.html
│ │ ├── Bootstrapper.ButtonGroup.html
│ │ ├── Bootstrapper.Carousel.html
│ │ ├── Bootstrapper.ControlGroup.html
│ │ ├── Bootstrapper.DropdownButton.html
│ │ ├── Bootstrapper.Exceptions.AccordionException.html
│ │ ├── Bootstrapper.Exceptions.CarouselException.html
│ │ ├── Bootstrapper.Exceptions.ControlGroupException.html
│ │ ├── Bootstrapper.Exceptions.ImageException.html
│ │ ├── Bootstrapper.Exceptions.MediaObjectException.html
│ │ ├── Bootstrapper.Exceptions.ModalException.html
│ │ ├── Bootstrapper.Exceptions.ThumbnailException.html
│ │ ├── Bootstrapper.Facades.Accordion.html
│ │ ├── Bootstrapper.Facades.Alert.html
│ │ ├── Bootstrapper.Facades.Badge.html
│ │ ├── Bootstrapper.Facades.BootstrapperFacade.html
│ │ ├── Bootstrapper.Facades.Breadcrumb.html
│ │ ├── Bootstrapper.Facades.Button.html
│ │ ├── Bootstrapper.Facades.ButtonGroup.html
│ │ ├── Bootstrapper.Facades.Carousel.html
│ │ ├── Bootstrapper.Facades.ControlGroup.html
│ │ ├── Bootstrapper.Facades.DropdownButton.html
│ │ ├── Bootstrapper.Facades.Form.html
│ │ ├── Bootstrapper.Facades.Helpers.html
│ │ ├── Bootstrapper.Facades.Icon.html
│ │ ├── Bootstrapper.Facades.Image.html
│ │ ├── Bootstrapper.Facades.InputGroup.html
│ │ ├── Bootstrapper.Facades.Label.html
│ │ ├── Bootstrapper.Facades.MediaObject.html
│ │ ├── Bootstrapper.Facades.Modal.html
│ │ ├── Bootstrapper.Facades.Navbar.html
│ │ ├── Bootstrapper.Facades.Navigation.html
│ │ ├── Bootstrapper.Facades.Panel.html
│ │ ├── Bootstrapper.Facades.ProgressBar.html
│ │ ├── Bootstrapper.Facades.Tabbable.html
│ │ ├── Bootstrapper.Facades.Table.html
│ │ ├── Bootstrapper.Facades.Thumbnail.html
│ │ ├── Bootstrapper.Form.html
│ │ ├── Bootstrapper.Helpers.html
│ │ ├── Bootstrapper.Icon.html
│ │ ├── Bootstrapper.Image.html
│ │ ├── Bootstrapper.InputGroup.html
│ │ ├── Bootstrapper.Label.html
│ │ ├── Bootstrapper.MediaObject.html
│ │ ├── Bootstrapper.Modal.html
│ │ ├── Bootstrapper.Navbar.html
│ │ ├── Bootstrapper.Navigation.html
│ │ ├── Bootstrapper.Panel.html
│ │ ├── Bootstrapper.ProgressBar.html
│ │ ├── Bootstrapper.RenderedObject.html
│ │ ├── Bootstrapper.Tabbable.html
│ │ ├── Bootstrapper.Table.html
│ │ ├── Bootstrapper.Thumbnail.html
│ │ ├── BootstrapperServiceProvider.html
│ │ ├── BootstrapperServiceProvider.php.txt
│ │ ├── Breadcrumb.html
│ │ ├── Breadcrumb.php.txt
│ │ ├── Button.html
│ │ ├── Button.php.txt
│ │ ├── ButtonGroup.html
│ │ ├── ButtonGroup.php.txt
│ │ ├── Carousel.html
│ │ ├── Carousel.php.txt
│ │ ├── ControlGroup.html
│ │ ├── ControlGroup.php.txt
│ │ ├── DropdownButton.html
│ │ ├── DropdownButton.php.txt
│ │ ├── Exceptions%2FAccordionException.php.txt
│ │ ├── Exceptions%2FCarouselException.php.txt
│ │ ├── Exceptions%2FControlGroupException.php.txt
│ │ ├── Exceptions%2FImageException.php.txt
│ │ ├── Exceptions%2FMediaObjectException.php.txt
│ │ ├── Exceptions%2FModalException.php.txt
│ │ ├── Exceptions%2FThumbnailException.php.txt
│ │ ├── Exceptions.AccordionException.html
│ │ ├── Exceptions.CarouselException.html
│ │ ├── Exceptions.ControlGroupException.html
│ │ ├── Exceptions.ImageException.html
│ │ ├── Exceptions.MediaObjectException.html
│ │ ├── Exceptions.ModalException.html
│ │ ├── Exceptions.ThumbnailException.html
│ │ ├── Facades%2FAccordion.php.txt
│ │ ├── Facades%2FAlert.php.txt
│ │ ├── Facades%2FBadge.php.txt
│ │ ├── Facades%2FBootstrapperFacade.php.txt
│ │ ├── Facades%2FBreadcrumb.php.txt
│ │ ├── Facades%2FButton.php.txt
│ │ ├── Facades%2FButtonGroup.php.txt
│ │ ├── Facades%2FCarousel.php.txt
│ │ ├── Facades%2FControlGroup.php.txt
│ │ ├── Facades%2FDropdownButton.php.txt
│ │ ├── Facades%2FForm.php.txt
│ │ ├── Facades%2FHelpers.php.txt
│ │ ├── Facades%2FIcon.php.txt
│ │ ├── Facades%2FImage.php.txt
│ │ ├── Facades%2FInputGroup.php.txt
│ │ ├── Facades%2FLabel.php.txt
│ │ ├── Facades%2FMediaObject.php.txt
│ │ ├── Facades%2FModal.php.txt
│ │ ├── Facades%2FNavbar.php.txt
│ │ ├── Facades%2FNavigation.php.txt
│ │ ├── Facades%2FPanel.php.txt
│ │ ├── Facades%2FProgressBar.php.txt
│ │ ├── Facades%2FTabbable.php.txt
│ │ ├── Facades%2FTable.php.txt
│ │ ├── Facades%2FThumbnail.php.txt
│ │ ├── Facades.Accordion.html
│ │ ├── Facades.Alert.html
│ │ ├── Facades.Badge.html
│ │ ├── Facades.BootstrapperFacade.html
│ │ ├── Facades.Breadcrumb.html
│ │ ├── Facades.Button.html
│ │ ├── Facades.ButtonGroup.html
│ │ ├── Facades.Carousel.html
│ │ ├── Facades.ControlGroup.html
│ │ ├── Facades.DropdownButton.html
│ │ ├── Facades.Form.html
│ │ ├── Facades.Helpers.html
│ │ ├── Facades.Icon.html
│ │ ├── Facades.Image.html
│ │ ├── Facades.InputGroup.html
│ │ ├── Facades.Label.html
│ │ ├── Facades.MediaObject.html
│ │ ├── Facades.Modal.html
│ │ ├── Facades.Navbar.html
│ │ ├── Facades.Navigation.html
│ │ ├── Facades.Panel.html
│ │ ├── Facades.ProgressBar.html
│ │ ├── Facades.Tabbable.html
│ │ ├── Facades.Table.html
│ │ ├── Facades.Thumbnail.html
│ │ ├── Form.html
│ │ ├── Form.php.txt
│ │ ├── Helpers.html
│ │ ├── Helpers.php.txt
│ │ ├── Icon.html
│ │ ├── Icon.php.txt
│ │ ├── Image.html
│ │ ├── Image.php.txt
│ │ ├── InputGroup.html
│ │ ├── InputGroup.php.txt
│ │ ├── Label.html
│ │ ├── Label.php.txt
│ │ ├── MediaObject.html
│ │ ├── MediaObject.php.txt
│ │ ├── Modal.html
│ │ ├── Modal.php.txt
│ │ ├── Navbar.html
│ │ ├── Navbar.php.txt
│ │ ├── Navigation.html
│ │ ├── Navigation.php.txt
│ │ ├── Panel.html
│ │ ├── Panel.php.txt
│ │ ├── ProgressBar.html
│ │ ├── ProgressBar.php.txt
│ │ ├── RenderedObject.html
│ │ ├── RenderedObject.php.txt
│ │ ├── Tabbable.html
│ │ ├── Tabbable.php.txt
│ │ ├── Table.html
│ │ ├── Table.php.txt
│ │ ├── Thumbnail.html
│ │ ├── Thumbnail.php.txt
│ │ ├── config%2Fconfig.php.txt
│ │ └── config.config.html
│ ├── font/
│ │ └── FontAwesome.otf
│ ├── graph_class.html
│ ├── graphs/
│ │ └── class.html
│ ├── images/
│ │ └── iviewer/
│ │ ├── grab.cur
│ │ └── hand.cur
│ ├── img/
│ │ └── iviewer/
│ │ ├── grab.cur
│ │ └── hand.cur
│ ├── index.html
│ ├── js/
│ │ ├── SVGPan.js
│ │ ├── bootstrap.js
│ │ ├── html5.js
│ │ ├── jqplot/
│ │ │ ├── MIT-LICENSE.txt
│ │ │ ├── README.txt
│ │ │ ├── changes.txt
│ │ │ ├── copyright.txt
│ │ │ └── gpl-2.0.txt
│ │ ├── jquery.cookie.js
│ │ ├── jquery.dotdotdot-1.5.9.js
│ │ ├── jquery.iviewer.js
│ │ ├── jquery.mousewheel.js
│ │ ├── jquery.panzoom.js
│ │ ├── jquery.smooth-scroll.js
│ │ ├── jquery.splitter.js
│ │ ├── jquery.treeview.js
│ │ ├── jquery.xml2json.js
│ │ ├── menu.js
│ │ ├── prettify/
│ │ │ ├── lang-apollo.js
│ │ │ ├── lang-clj.js
│ │ │ ├── lang-css.js
│ │ │ ├── lang-go.js
│ │ │ ├── lang-hs.js
│ │ │ ├── lang-lisp.js
│ │ │ ├── lang-lua.js
│ │ │ ├── lang-ml.js
│ │ │ ├── lang-n.js
│ │ │ ├── lang-proto.js
│ │ │ ├── lang-scala.js
│ │ │ ├── lang-sql.js
│ │ │ ├── lang-tex.js
│ │ │ ├── lang-vb.js
│ │ │ ├── lang-vhdl.js
│ │ │ ├── lang-wiki.js
│ │ │ ├── lang-xq.js
│ │ │ └── lang-yaml.js
│ │ ├── sidebar.js
│ │ └── template.js
│ ├── markers.html
│ ├── namespaces/
│ │ ├── Bootstrapper.Exceptions.html
│ │ ├── Bootstrapper.Facades.html
│ │ ├── Bootstrapper.html
│ │ └── default.html
│ ├── packages/
│ │ ├── Bootstrapper.Exceptions.html
│ │ ├── Bootstrapper.Facades.html
│ │ ├── Bootstrapper.html
│ │ ├── Default.html
│ │ └── global.html
│ ├── reports/
│ │ ├── deprecated.html
│ │ ├── errors.html
│ │ └── markers.html
│ └── structure.xml
├── phpspec.yml
├── src/
│ ├── Bootstrapper/
│ │ ├── Accordion.php
│ │ ├── Alert.php
│ │ ├── Attributes.php
│ │ ├── Badge.php
│ │ ├── BootstrapperL5ServiceProvider.php
│ │ ├── Breadcrumb.php
│ │ ├── Bridges/
│ │ │ └── Config/
│ │ │ ├── ConfigInterface.php
│ │ │ ├── Laravel4Config.php
│ │ │ └── Laravel5Config.php
│ │ ├── Button.php
│ │ ├── ButtonGroup.php
│ │ ├── Carousel.php
│ │ ├── ControlGroup.php
│ │ ├── DropdownButton.php
│ │ ├── Exceptions/
│ │ │ ├── AccordionException.php
│ │ │ ├── ButtonGroupException.php
│ │ │ ├── CarouselException.php
│ │ │ ├── ControlGroupException.php
│ │ │ ├── IconException.php
│ │ │ ├── ImageException.php
│ │ │ ├── MediaObjectException.php
│ │ │ ├── ModalException.php
│ │ │ └── ThumbnailException.php
│ │ ├── Facades/
│ │ │ ├── Accordion.php
│ │ │ ├── Alert.php
│ │ │ ├── Badge.php
│ │ │ ├── BootstrapperFacade.php
│ │ │ ├── Breadcrumb.php
│ │ │ ├── Button.php
│ │ │ ├── ButtonGroup.php
│ │ │ ├── Carousel.php
│ │ │ ├── ControlGroup.php
│ │ │ ├── DropdownButton.php
│ │ │ ├── Form.php
│ │ │ ├── Helpers.php
│ │ │ ├── Icon.php
│ │ │ ├── Image.php
│ │ │ ├── InputGroup.php
│ │ │ ├── Label.php
│ │ │ ├── MediaObject.php
│ │ │ ├── Modal.php
│ │ │ ├── Navbar.php
│ │ │ ├── Navigation.php
│ │ │ ├── Panel.php
│ │ │ ├── ProgressBar.php
│ │ │ ├── Tabbable.php
│ │ │ ├── Table.php
│ │ │ └── Thumbnail.php
│ │ ├── Form.php
│ │ ├── Helpers.php
│ │ ├── Icon.php
│ │ ├── Image.php
│ │ ├── InputGroup.php
│ │ ├── Interfaces/
│ │ │ └── TableInterface.php
│ │ ├── Label.php
│ │ ├── MediaObject.php
│ │ ├── Modal.php
│ │ ├── Navbar.php
│ │ ├── Navigation.php
│ │ ├── Panel.php
│ │ ├── ProgressBar.php
│ │ ├── RenderedObject.php
│ │ ├── Tabbable.php
│ │ ├── Table.php
│ │ └── Thumbnail.php
│ └── config/
│ ├── bootstrapper.php
│ └── config.php
└── tests/
├── DummyClasses/
│ ├── Bridges/
│ │ └── Config/
│ │ └── ConfigInterface.php
│ └── RenderedObject.php
└── spec/
├── Bootstrapper/
│ ├── AccordionSpec.php
│ ├── AlertSpec.php
│ ├── AttributesSpec.php
│ ├── BadgeSpec.php
│ ├── BootstrapperL5ServiceProviderSpec.php
│ ├── BreadcrumbSpec.php
│ ├── Bridges/
│ │ └── Config/
│ │ ├── Laravel4ConfigSpec.php
│ │ └── Laravel5ConfigSpec.php
│ ├── ButtonGroupSpec.php
│ ├── ButtonSpec.php
│ ├── CarouselSpec.php
│ ├── ControlGroupSpec.php
│ ├── DropdownButtonSpec.php
│ ├── FormSpec.php
│ ├── HelpersSpec.php
│ ├── IconSpec.php
│ ├── ImageSpec.php
│ ├── InputGroupSpec.php
│ ├── LabelSpec.php
│ ├── MediaObjectSpec.php
│ ├── ModalSpec.php
│ ├── NavbarSpec.php
│ ├── NavigationSpec.php
│ ├── PanelSpec.php
│ ├── ProgressBarSpec.php
│ ├── TabbableSpec.php
│ ├── TableSpec.php
│ └── ThumbnailSpec.php
└── DummyClasses/
├── Bridges/
│ └── Config/
│ └── ConfigInterfaceSpec.php
└── RenderedObjectSpec.php
SYMBOL INDEX (852 symbols across 112 files)
FILE: docs/css/phpdocumentor-clean-icons/lte-ie7.js
function addIcon (line 4) | function addIcon(el, entity) {
FILE: docs/js/SVGPan.js
function setupHandlers (line 69) | function setupHandlers(root){
function getEventPoint (line 87) | function getEventPoint(evt) {
function setCTM (line 99) | function setCTM(element, matrix) {
function dumpMatrix (line 108) | function dumpMatrix(matrix) {
function setAttributes (line 117) | function setAttributes(element, attributes){
function handleMouseWheel (line 125) | function handleMouseWheel(evt) {
function handleMouseMove (line 159) | function handleMouseMove(evt) {
function handleMouseDown (line 187) | function handleMouseDown(evt) {
function handleMouseUp (line 219) | function handleMouseUp(evt) {
FILE: docs/js/bootstrap.js
function removeElement (line 107) | function removeElement() {
function clearMenus (line 594) | function clearMenus() {
function hideWithTransition (line 723) | function hideWithTransition() {
function hideModal (line 736) | function hideModal( that ) {
function backdrop (line 744) | function backdrop( callback ) {
function removeBackdrop (line 778) | function removeBackdrop() {
function escape (line 783) | function escape() {
function removeWithAnimation (line 998) | function removeWithAnimation() {
function ScrollSpy (line 1223) | function ScrollSpy( element, options) {
function next (line 1395) | function next() {
FILE: docs/js/html5.js
function m (line 4) | function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}
function i (line 4) | function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}
function p (line 4) | function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=...
function t (line 4) | function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.cr...
function q (line 5) | function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a...
FILE: docs/js/jquery.dotdotdot-1.5.9.js
function children (line 280) | function children( $elem, o, after )
function ellipsis (line 311) | function ellipsis( $elem, $d, $i, o, after )
function ellipsisElement (line 362) | function ellipsisElement( $e, $d, $i, o, after )
function test (line 441) | function test( $i, o )
function addEllipsis (line 445) | function addEllipsis( txt, o )
function getSizes (line 457) | function getSizes( $d )
function setTextContent (line 464) | function setTextContent( e, content )
function getTextContent (line 480) | function getTextContent( e )
function getElement (line 499) | function getElement( e, $i )
function getTrueInnerHeight (line 524) | function getTrueInnerHeight( $el )
function debug (line 539) | function debug( d, m )
FILE: docs/js/jquery.iviewer.js
function makeMouseEvent (line 28) | function makeMouseEvent (event) {
function div (line 667) | function div(val1,val2) { return val1 / val2 }
function mul (line 668) | function mul(val1,val2) { return val1 * val2 }
FILE: docs/js/jquery.mousewheel.js
function handler (line 84) | function handler(event) {
function nullLowestDelta (line 186) | function nullLowestDelta() {
function shouldAdjustOldDeltas (line 190) | function shouldAdjustOldDeltas(orgEvent, absDelta) {
FILE: docs/js/jquery.panzoom.js
function setupBindings (line 211) | function setupBindings() {
function setupData (line 296) | function setupData() {
function setupCSS (line 313) | function setupCSS() {
function validatePosition (line 329) | function validatePosition() {
function applyPosition (line 367) | function applyPosition() {
function applyCSS (line 397) | function applyCSS() {
function applyAnimate (line 401) | function applyAnimate() {
function getWidth (line 405) | function getWidth() {
function getLeftOffset (line 411) | function getLeftOffset() {
function getHeight (line 416) | function getHeight() {
function getTopOffset (line 422) | function getTopOffset() {
function getCurrentAspectRatio (line 428) | function getCurrentAspectRatio() {
function writePosition (line 432) | function writePosition() {
function getStepDimensions (line 440) | function getStepDimensions() {
function loadTargetDimensions (line 455) | function loadTargetDimensions() {
FILE: docs/js/jquery.smooth-scroll.js
function filterPath (line 2) | function filterPath(string) {
FILE: docs/js/jquery.splitter.js
function startSplitMouse (line 40) | function startSplitMouse(evt) {
function doSplitMouse (line 52) | function doSplitMouse(evt) {
function endSplitMouse (line 61) | function endSplitMouse(evt) {
function resplit (line 76) | function resplit(newPos) {
function dimSum (line 91) | function dimSum(jq, dims) {
FILE: docs/js/jquery.treeview.js
function treeController (line 115) | function treeController(tree, control) {
function toggler (line 137) | function toggler() {
function serialize (line 168) | function serialize() {
function deserialize (line 179) | function deserialize() {
FILE: docs/js/jquery.xml2json.js
function parseXML (line 27) | function parseXML(node, simple){
function isNum (line 123) | function isNum(s){
FILE: docs/js/menu.js
function menu_open (line 5) | function menu_open() {
function menu_close (line 11) | function menu_close() {
function menu_timer (line 15) | function menu_timer() {
function menu_canceltimer (line 19) | function menu_canceltimer() {
FILE: docs/js/sidebar.js
function tree_search (line 32) | function tree_search(input) {
FILE: docs/js/template.js
function initializeContents (line 7) | function initializeContents()
function filterPath (line 135) | function filterPath(string)
function scrollableElement (line 176) | function scrollableElement(els)
FILE: src/Bootstrapper/Accordion.php
class Accordion (line 14) | class Accordion extends RenderedObject
method named (line 38) | public function named($name)
method withContents (line 57) | public function withContents(array $contents)
method open (line 70) | public function open($integer)
method render (line 82) | public function render()
FILE: src/Bootstrapper/Alert.php
class Alert (line 14) | class Alert extends RenderedObject
method setType (line 58) | public function setType($type)
method render (line 70) | public function render()
method info (line 93) | public function info($contents = '')
method success (line 104) | public function success($contents = '')
method warning (line 115) | public function warning($contents = '')
method danger (line 126) | public function danger($contents = '')
method withContents (line 137) | public function withContents($contents)
method close (line 150) | public function close($closer = '×')
FILE: src/Bootstrapper/Attributes.php
class Attributes (line 13) | class Attributes implements \ArrayAccess
method __construct (line 29) | public function __construct(array $attributes, array $defaults = [])
method __toString (line 44) | public function __toString()
method offsetExists (line 78) | public function offsetExists($offset)
method offsetGet (line 93) | public function offsetGet($offset)
method offsetSet (line 111) | public function offsetSet($offset, $value)
method offsetUnset (line 126) | public function offsetUnset($offset)
method addClass (line 137) | public function addClass($class)
FILE: src/Bootstrapper/Badge.php
class Badge (line 13) | class Badge extends RenderedObject
method render (line 26) | public function render()
method withContents (line 41) | public function withContents($contents)
FILE: src/Bootstrapper/BootstrapperL5ServiceProvider.php
class BootstrapperL5ServiceProvider (line 17) | class BootstrapperL5ServiceProvider extends ServiceProvider
method register (line 23) | public function register()
method registerAccordion (line 68) | private function registerAccordion()
method registerAlert (line 81) | private function registerAlert()
method registerBadge (line 94) | private function registerBadge()
method registerBreadcrumb (line 107) | private function registerBreadcrumb()
method registerButtonGroup (line 120) | private function registerButtonGroup()
method registerButton (line 133) | private function registerButton()
method registerCarousel (line 146) | private function registerCarousel()
method registerConfig (line 156) | private function registerConfig()
method registerControlGroup (line 169) | private function registerControlGroup()
method registerDropdownButton (line 182) | private function registerDropdownButton()
method registerFormBuilder (line 195) | private function registerFormBuilder()
method registerIcon (line 222) | private function registerIcon()
method registerImage (line 235) | private function registerImage()
method registerInputGroup (line 248) | private function registerInputGroup()
method registerLabel (line 261) | private function registerLabel()
method registerHelpers (line 274) | private function registerHelpers()
method registerMediaObject (line 287) | private function registerMediaObject()
method registerModal (line 300) | private function registerModal()
method registerNavbar (line 313) | private function registerNavbar()
method registerNavigation (line 326) | private function registerNavigation()
method registerPanel (line 339) | private function registerPanel()
method registerProgressBar (line 352) | private function registerProgressBar()
method registerTabbable (line 365) | private function registerTabbable()
method registerTable (line 378) | private function registerTable()
method registerThumbnail (line 391) | private function registerThumbnail()
FILE: src/Bootstrapper/Breadcrumb.php
class Breadcrumb (line 13) | class Breadcrumb extends RenderedObject
method render (line 25) | public function render()
method withLinks (line 51) | public function withLinks(array $links)
method renderLink (line 66) | protected function renderLink($text, $link)
FILE: src/Bootstrapper/Bridges/Config/ConfigInterface.php
type ConfigInterface (line 5) | interface ConfigInterface
method getIconPrefix (line 8) | public function getIconPrefix();
method getIconTag (line 10) | public function getIconTag();
method getBootstrapperVersion (line 12) | public function getBootstrapperVersion();
method getJQueryVersion (line 14) | public function getJQueryVersion();
FILE: src/Bootstrapper/Bridges/Config/Laravel4Config.php
class Laravel4Config (line 7) | class Laravel4Config implements ConfigInterface
method __construct (line 18) | public function __construct(Repository $repository)
method getIconPrefix (line 23) | public function getIconPrefix()
method getIconTag (line 28) | public function getIconTag()
method getBootstrapperVersion (line 33) | public function getBootstrapperVersion()
method getJQueryVersion (line 38) | public function getJQueryVersion()
FILE: src/Bootstrapper/Bridges/Config/Laravel5Config.php
class Laravel5Config (line 7) | class Laravel5Config implements ConfigInterface
method __construct (line 15) | public function __construct(Repository $repository)
method getIconPrefix (line 20) | public function getIconPrefix()
method getIconTag (line 25) | public function getIconTag()
method getBootstrapperVersion (line 30) | public function getBootstrapperVersion()
method getJQueryVersion (line 35) | public function getJQueryVersion()
FILE: src/Bootstrapper/Button.php
class Button (line 13) | class Button extends RenderedObject
method setType (line 118) | public function setType($type)
method setSize (line 132) | public function setSize($size)
method render (line 144) | public function render()
method normal (line 190) | public function normal($contents = '')
method primary (line 203) | public function primary($contents = '')
method success (line 216) | public function success($contents = '')
method info (line 228) | public function info($contents = '')
method warning (line 240) | public function warning($contents = '')
method danger (line 252) | public function danger($contents = '')
method link (line 264) | public function link($contents = '')
method block (line 275) | public function block()
method submit (line 287) | public function submit()
method reset (line 299) | public function reset()
method withValue (line 312) | public function withValue($value = '')
method large (line 324) | public function large()
method small (line 334) | public function small()
method extraSmall (line 344) | public function extraSmall()
method addAttributes (line 356) | public function addAttributes(array $attributes)
method disable (line 366) | public function disable()
method withIcon (line 381) | public function withIcon($icon, $append = true)
method appendIcon (line 396) | public function appendIcon($icon)
method prependIcon (line 407) | public function prependIcon($icon)
method asLinkTo (line 418) | public function asLinkTo($url)
method getType (line 430) | public function getType()
method getValue (line 440) | public function getValue()
method getAttributes (line 450) | public function getAttributes()
method getValueWithIcon (line 460) | protected function getValueWithIcon()
FILE: src/Bootstrapper/ButtonGroup.php
class ButtonGroup (line 15) | class ButtonGroup extends RenderedObject
method render (line 108) | public function render()
method setSize (line 135) | public function setSize($size)
method large (line 145) | public function large()
method small (line 157) | public function small()
method extraSmall (line 169) | public function extraSmall()
method radio (line 182) | public function radio(array $contents)
method checkbox (line 193) | public function checkbox(array $contents)
method withContents (line 204) | public function withContents(array $contents)
method vertical (line 216) | public function vertical()
method asType (line 229) | public function asType($type)
method renderContents (line 242) | public function renderContents()
method links (line 275) | public function links(array $contents = [])
method activate (line 288) | public function activate($toActivate)
FILE: src/Bootstrapper/Carousel.php
class Carousel (line 13) | class Carousel extends RenderedObject
method named (line 50) | public function named($name)
method withControls (line 64) | public function withControls($previousButton, $nextButton)
method withContents (line 79) | public function withContents(array $contents)
method render (line 91) | public function render()
method renderIndicators (line 120) | protected function renderIndicators()
method renderItems (line 141) | protected function renderItems()
method renderControls (line 168) | protected function renderControls()
FILE: src/Bootstrapper/ControlGroup.php
class ControlGroup (line 15) | class ControlGroup extends RenderedObject
method __construct (line 53) | public function __construct(Form $formBuilder)
method render (line 63) | public function render()
method withAttributes (line 102) | public function withAttributes(array $attributes)
method withContents (line 118) | public function withContents($contents, $controlSize = null)
method withLabel (line 141) | public function withLabel($label, $labelSize = null)
method withHelp (line 161) | public function withHelp($help)
method withValidation (line 174) | public function withValidation($name)
method generate (line 194) | public function generate(
method renderArrayContents (line 217) | protected function renderArrayContents()
method renderLabel (line 248) | public function renderLabel()
method createControlDiv (line 271) | public function createControlDiv()
method sizesAreInvalid (line 283) | protected function sizesAreInvalid($labelSize = null, $controlSize = n...
method sizeIsInvalid (line 317) | protected function sizeIsInvalid($size)
FILE: src/Bootstrapper/DropdownButton.php
class DropdownButton (line 13) | class DropdownButton extends RenderedObject
method labelled (line 101) | public function labelled($label)
method withContents (line 114) | public function withContents(array $contents)
method setType (line 127) | public function setType($type)
method setSize (line 140) | public function setSize($size)
method split (line 152) | public function split()
method dropup (line 164) | public function dropup()
method normal (line 177) | public function normal($label = '')
method primary (line 190) | public function primary($label = '')
method danger (line 203) | public function danger($label = '')
method warning (line 216) | public function warning($label = '')
method success (line 229) | public function success($label = '')
method info (line 242) | public function info($label = '')
method large (line 254) | public function large()
method small (line 267) | public function small()
method extraSmall (line 279) | public function extraSmall()
method render (line 291) | public function render()
method renderItems (line 339) | protected function renderItems()
FILE: src/Bootstrapper/Exceptions/AccordionException.php
class AccordionException (line 14) | class AccordionException extends \Exception
FILE: src/Bootstrapper/Exceptions/ButtonGroupException.php
class ButtonGroupException (line 7) | class ButtonGroupException extends Exception
method activatedAString (line 10) | public static function activatedAString()
FILE: src/Bootstrapper/Exceptions/CarouselException.php
class CarouselException (line 14) | class CarouselException extends \Exception
FILE: src/Bootstrapper/Exceptions/ControlGroupException.php
class ControlGroupException (line 16) | class ControlGroupException extends Exception
FILE: src/Bootstrapper/Exceptions/IconException.php
class IconException (line 13) | class IconException extends Exception
method noIconSpecified (line 16) | public static function noIconSpecified()
FILE: src/Bootstrapper/Exceptions/ImageException.php
class ImageException (line 16) | class ImageException extends Exception
FILE: src/Bootstrapper/Exceptions/MediaObjectException.php
class MediaObjectException (line 16) | class MediaObjectException extends Exception
FILE: src/Bootstrapper/Exceptions/ModalException.php
class ModalException (line 16) | class ModalException extends Exception
FILE: src/Bootstrapper/Exceptions/ThumbnailException.php
class ThumbnailException (line 14) | class ThumbnailException extends \Exception
method imageNotSpecified (line 22) | public static function imageNotSpecified()
FILE: src/Bootstrapper/Facades/Accordion.php
class Accordion (line 14) | class Accordion extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Alert.php
class Alert (line 14) | class Alert extends BootstrapperFacade
method getFacadeAccessor (line 25) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Badge.php
class Badge (line 14) | class Badge extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/BootstrapperFacade.php
class BootstrapperFacade (line 18) | class BootstrapperFacade extends Facade
method __callStatic (line 32) | public static function __callStatic($method, $args)
method getInstance (line 70) | private static function getInstance($facade)
FILE: src/Bootstrapper/Facades/Breadcrumb.php
class Breadcrumb (line 14) | class Breadcrumb extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Button.php
class Button (line 14) | class Button extends BootstrapperFacade
method getFacadeAccessor (line 30) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/ButtonGroup.php
class ButtonGroup (line 14) | class ButtonGroup extends BootstrapperFacade
method getFacadeAccessor (line 31) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Carousel.php
class Carousel (line 14) | class Carousel extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/ControlGroup.php
class ControlGroup (line 14) | class ControlGroup extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/DropdownButton.php
class DropdownButton (line 14) | class DropdownButton extends BootstrapperFacade
method getFacadeAccessor (line 30) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Form.php
class Form (line 16) | class Form extends Facade
method getFacadeAccessor (line 29) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Helpers.php
class Helpers (line 14) | class Helpers extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Icon.php
class Icon (line 14) | class Icon extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Image.php
class Image (line 14) | class Image extends BootstrapperFacade
method getFacadeAccessor (line 26) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/InputGroup.php
class InputGroup (line 14) | class InputGroup extends BootstrapperFacade
method getFacadeAccessor (line 24) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Label.php
class Label (line 14) | class Label extends BootstrapperFacade
method getFacadeAccessor (line 28) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/MediaObject.php
class MediaObject (line 14) | class MediaObject extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Modal.php
class Modal (line 13) | class Modal extends BootstrapperFacade
method getFacadeAccessor (line 20) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Navbar.php
class Navbar (line 14) | class Navbar extends BootstrapperFacade
method getFacadeAccessor (line 25) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Navigation.php
class Navigation (line 14) | class Navigation extends BootstrapperFacade
method getFacadeAccessor (line 26) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Panel.php
class Panel (line 13) | class Panel extends BootstrapperFacade
method getFacadeAccessor (line 27) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/ProgressBar.php
class ProgressBar (line 14) | class ProgressBar extends BootstrapperFacade
method getFacadeAccessor (line 27) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Tabbable.php
class Tabbable (line 14) | class Tabbable extends BootstrapperFacade
method getFacadeAccessor (line 23) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Table.php
class Table (line 14) | class Table extends BootstrapperFacade
method getFacadeAccessor (line 26) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Facades/Thumbnail.php
class Thumbnail (line 14) | class Thumbnail extends BootstrapperFacade
method getFacadeAccessor (line 21) | protected static function getFacadeAccessor()
FILE: src/Bootstrapper/Form.php
class Form (line 15) | class Form extends FormBuilder
method submit (line 64) | public function submit($value = null, $options = array())
method label (line 80) | public function label($name, $value = null, $options = array(), $escap...
method inline (line 95) | public function inline($attributes = [])
method horizontal (line 110) | public function horizontal($attributes = [])
method validation (line 128) | public function validation($type, $label, $input, $attributes = [])
method success (line 147) | public function success($label, $input, $attributes = [])
method warning (line 166) | public function warning($label, $input, $attributes = [])
method error (line 185) | public function error($label, $input, $attributes = [])
method feedback (line 204) | public function feedback($label, $input, $icon, $attributes = [])
method help (line 222) | public function help($helpText, $attributes = [])
method horizontalModel (line 241) | public function horizontalModel($model, $attributes = [])
method inlineModel (line 259) | public function inlineModel($model, $attributes = [])
method select (line 277) | public function select(
method textarea (line 299) | public function textarea($name, $value = null, $attributes = array())
method password (line 314) | public function password($name, $attributes = array())
method text (line 330) | public function text($name, $value = null, $attributes = array())
method email (line 346) | public function email($name, $value = null, $attributes = array())
method datetime (line 364) | public function datetime($name, $value = null, $attributes = array())
method datetimelocal (line 382) | public function datetimelocal($name, $value = null, $attributes = arra...
method date (line 399) | public function date($name, $value = null, $attributes = array())
method month (line 416) | public function month($name, $value = null, $attributes = array())
method week (line 433) | public function week($name, $value = null, $attributes = array())
method time (line 450) | public function time($name, $value = null, $attributes = array())
method number (line 467) | public function number($name, $value = null, $attributes = array())
method url (line 484) | public function url($name, $value = null, $attributes = array())
method search (line 501) | public function search($name, $value = null, $attributes = array())
method tel (line 518) | public function tel($name, $value = null, $attributes = array())
method color (line 535) | public function color($name, $value = null, $attributes = array())
method hasErrors (line 551) | public function hasErrors($name)
method getFormattedError (line 572) | public function getFormattedError($name)
FILE: src/Bootstrapper/Helpers.php
class Helpers (line 15) | class Helpers
method __construct (line 36) | public function __construct(ConfigInterface $config)
method slug (line 47) | public static function slug($string)
method css (line 58) | public function css($withTheme = true)
method js (line 75) | public function js()
method generateId (line 91) | public static function generateId(RenderedObject $caller)
FILE: src/Bootstrapper/Icon.php
class Icon (line 16) | class Icon extends RenderedObject
method __construct (line 34) | public function __construct(ConfigInterface $config)
method render (line 45) | public function render()
method create (line 71) | public function create($icon)
method __call (line 86) | public function __call($method, $parameters)
method normaliseIconString (line 98) | private function normaliseIconString($icon)
FILE: src/Bootstrapper/Image.php
class Image (line 15) | class Image extends RenderedObject
method render (line 54) | public function render()
method withSource (line 74) | public function withSource($source)
method withAlt (line 87) | public function withAlt($alt)
method responsive (line 99) | public function responsive()
method rounded (line 115) | public function rounded($src = null, $alt = null)
method circle (line 138) | public function circle($src = null, $alt = null)
method thumbnail (line 161) | public function thumbnail($src = null, $alt = null)
method addClass (line 181) | public function addClass($class)
FILE: src/Bootstrapper/InputGroup.php
class InputGroup (line 13) | class InputGroup extends RenderedObject
method render (line 51) | public function render()
method renderAddon (line 78) | protected function renderAddon(array $addon)
method withContents (line 99) | public function withContents($contents)
method setSize (line 112) | public function setSize($size)
method prepend (line 126) | public function prepend($prepend, $isButton = false)
method prependButton (line 139) | public function prependButton($button)
method append (line 151) | public function append($append, $isButton = false)
method appendButton (line 164) | public function appendButton($button)
method large (line 174) | public function large()
method small (line 186) | public function small()
FILE: src/Bootstrapper/Interfaces/TableInterface.php
type TableInterface (line 10) | interface TableInterface
method getTableHeaders (line 18) | public function getTableHeaders();
method getValueForHeader (line 27) | public function getValueForHeader($header);
FILE: src/Bootstrapper/Label.php
class Label (line 13) | class Label extends RenderedObject
method render (line 61) | public function render()
method withContents (line 79) | public function withContents($contents)
method setType (line 92) | public function setType($type)
method primary (line 105) | public function primary($contents = '')
method success (line 118) | public function success($contents = '')
method info (line 131) | public function info($contents = '')
method warning (line 144) | public function warning($contents = '')
method danger (line 157) | public function danger($contents = '')
method create (line 171) | public function create($contents, $type = self::LABEL_DEFAULT)
method normal (line 184) | public function normal($contents = '')
FILE: src/Bootstrapper/MediaObject.php
class MediaObject (line 15) | class MediaObject extends RenderedObject
method render (line 34) | public function render()
method withContents (line 55) | public function withContents(array $contents)
method asList (line 70) | public function asList()
method renderList (line 82) | protected function renderList()
method renderItem (line 108) | protected function renderItem(array $contents, $tag)
method getPosition (line 139) | protected function getPosition(array $contents)
method getImage (line 156) | protected function getImage(array $contents, $alt)
method getHeading (line 178) | protected function getHeading(array $contents)
method getLink (line 191) | protected function getLink(array $contents, $image, $position)
method getBody (line 207) | protected function getBody(array $contents)
FILE: src/Bootstrapper/Modal.php
class Modal (line 13) | class Modal extends RenderedObject
method render (line 46) | public function render()
method withTitle (line 69) | public function withTitle($title)
method renderHeader (line 81) | protected function renderHeader()
method withBody (line 98) | public function withBody($body)
method renderBody (line 110) | protected function renderBody()
method renderFooter (line 120) | protected function renderFooter()
method withFooter (line 131) | public function withFooter($footer)
method named (line 144) | public function named($name)
method withButton (line 158) | public function withButton(Button $button = null)
method renderButton (line 177) | protected function renderButton(Attributes $attributes)
FILE: src/Bootstrapper/Navbar.php
class Navbar (line 15) | class Navbar extends RenderedObject
method __construct (line 73) | public function __construct(UrlGenerator $url)
method render (line 83) | public function render()
method renderContent (line 109) | protected function renderContent()
method renderHeader (line 130) | protected function renderHeader()
method withBrand (line 153) | public function withBrand($brand, $link = null)
method withBrandImage (line 173) | public function withBrandImage($image, $link = null, $altText = '')
method withContent (line 188) | public function withContent($content)
method inverse (line 202) | public function inverse($position = null, $attributes = [])
method staticTop (line 219) | public function staticTop()
method setType (line 233) | public function setType($type)
method setPosition (line 247) | public function setPosition($position)
method top (line 259) | public function top()
method bottom (line 271) | public function bottom()
method create (line 285) | public function create($position, $attributes = [])
method fluid (line 297) | public function fluid()
FILE: src/Bootstrapper/Navigation.php
class Navigation (line 15) | class Navigation extends RenderedObject
method __construct (line 100) | public function __construct(UrlGenerator $urlGenerator)
method render (line 110) | public function render()
method pills (line 149) | public function pills(array $links = [], array $attributes = null)
method links (line 167) | public function links(array $links)
method tabs (line 182) | public function tabs(array $links = [], array $attributes = null)
method renderLink (line 198) | protected function renderLink(array $link)
method autoroute (line 240) | public function autoroute($autoroute)
method renderDropdown (line 253) | protected function renderDropdown(array $link)
method dropdownShouldBeActive (line 281) | protected function dropdownShouldBeActive(array $dropdown)
method itemShouldBeActive (line 299) | protected function itemShouldBeActive($link)
method navbar (line 315) | public function navbar()
method justified (line 327) | public function justified()
method stacked (line 339) | public function stacked()
method right (line 351) | public function right()
method left (line 363) | public function left()
method renderSeparator (line 376) | protected function renderSeparator($separator)
method renderItem (line 387) | private function renderItem($link)
FILE: src/Bootstrapper/Panel.php
class Panel (line 13) | class Panel extends RenderedObject
method render (line 76) | public function render()
method primary (line 110) | public function primary()
method success (line 122) | public function success()
method info (line 134) | public function info()
method warning (line 146) | public function warning()
method danger (line 158) | public function danger()
method setType (line 171) | public function setType($type)
method withHeader (line 184) | public function withHeader($header)
method renderHeader (line 196) | protected function renderHeader()
method withBody (line 211) | public function withBody($body)
method renderBody (line 223) | protected function renderBody()
method withTable (line 234) | public function withTable($table)
method renderTable (line 246) | protected function renderTable()
method withFooter (line 261) | public function withFooter($footer)
method renderFooter (line 273) | protected function renderFooter()
method normal (line 283) | public function normal()
FILE: src/Bootstrapper/ProgressBar.php
class ProgressBar (line 13) | class ProgressBar extends RenderedObject
method render (line 76) | public function render()
method setType (line 119) | public function setType($type)
method value (line 133) | public function value($value)
method visible (line 148) | public function visible($string = '%s%%')
method success (line 162) | public function success($value = 0)
method info (line 175) | public function info($value = 0)
method warning (line 188) | public function warning($value = 0)
method danger (line 201) | public function danger($value = 0)
method normal (line 214) | public function normal($value = 0)
method striped (line 226) | public function striped()
method animated (line 238) | public function animated()
method stack (line 252) | public function stack(array $items)
method generateFromArray (line 270) | protected function generateFromArray(array $progressBar)
FILE: src/Bootstrapper/RenderedObject.php
class RenderedObject (line 12) | abstract class RenderedObject
method __toString (line 26) | public function __toString()
method render (line 43) | abstract public function render();
method withAttributes (line 51) | public function withAttributes(array $attributes)
method addClass (line 64) | public function addClass($classes)
FILE: src/Bootstrapper/Tabbable.php
class Tabbable (line 13) | class Tabbable extends RenderedObject
method __construct (line 62) | public function __construct(Navigation $links)
method render (line 74) | public function render()
method tabs (line 89) | public function tabs($contents = [])
method pills (line 104) | public function pills($contents = [])
method withContents (line 119) | public function withContents(array $contents)
method renderNavigation (line 131) | protected function renderNavigation()
method createNavigationLinks (line 143) | protected function createNavigationLinks()
method renderContents (line 167) | protected function renderContents()
method createContentTabs (line 186) | protected function createContentTabs()
method active (line 226) | public function active($active)
method fade (line 238) | public function fade()
FILE: src/Bootstrapper/Table.php
class Table (line 15) | class Table extends RenderedObject
method render (line 83) | public function render()
method addType (line 115) | private function addType($type)
method striped (line 129) | public function striped()
method bordered (line 141) | public function bordered()
method hover (line 153) | public function hover()
method condensed (line 165) | public function condensed()
method withContents (line 180) | public function withContents($contents)
method renderContents (line 192) | private function renderContents()
method getHeaders (line 211) | private function getHeaders()
method renderItem (line 254) | private function renderItem($item, array $headers)
method ignore (line 281) | public function ignore(array $ignores)
method callback (line 297) | public function callback($index, \Closure $function)
method only (line 310) | public function only(array $only)
method renderHeaders (line 317) | private function renderHeaders()
method withFooter (line 344) | public function withFooter($footer)
method renderFooter (line 356) | private function renderFooter()
method getKeysForItem (line 361) | private function getKeysForItem($item)
method getValueForItem (line 389) | private function getValueForItem($item, $heading)
method withBodyCellClass (line 411) | public function withBodyCellClass($classes)
method withClassOnCellsInColumn (line 422) | public function withClassOnCellsInColumn($columns, $classes)
FILE: src/Bootstrapper/Thumbnail.php
class Thumbnail (line 15) | class Thumbnail extends RenderedObject
method render (line 34) | public function render()
method image (line 63) | public function image($image, $attributes = [])
method caption (line 76) | public function caption($caption)
method renderImage (line 88) | protected function renderImage()
method renderCaption (line 102) | protected function renderCaption()
FILE: tests/DummyClasses/Bridges/Config/ConfigInterface.php
class ConfigInterface (line 5) | class ConfigInterface implements \Bootstrapper\Bridges\Config\ConfigInte...
method getIconPrefix (line 8) | public function getIconPrefix()
method getIconTag (line 13) | public function getIconTag()
method getBootstrapperVersion (line 18) | public function getBootstrapperVersion()
method getJQueryVersion (line 23) | public function getJQueryVersion()
FILE: tests/DummyClasses/RenderedObject.php
class RenderedObject (line 7) | class RenderedObject extends \Bootstrapper\RenderedObject
method render (line 14) | public function render()
FILE: tests/spec/Bootstrapper/AccordionSpec.php
class AccordionSpec (line 8) | class AccordionSpec extends ObjectBehavior
method it_is_initializable (line 11) | function it_is_initializable()
method it_can_be_named (line 16) | function it_can_be_named()
method it_does_not_throw_if_there_is_no_name (line 23) | function it_does_not_throw_if_there_is_no_name()
method it_can_have_contents (line 30) | function it_can_have_contents()
method it_can_be_given_attributes (line 44) | function it_can_be_given_attributes()
method it_can_give_attributes_to_the_contents (line 55) | function it_can_give_attributes_to_the_contents()
method it_can_open_one_item (line 70) | function it_can_open_one_item()
method it_can_be_stringified (line 88) | function it_can_be_stringified()
FILE: tests/spec/Bootstrapper/AlertSpec.php
class AlertSpec (line 8) | class AlertSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 15) | function it_can_be_rendered()
method it_can_be_given_a_type (line 20) | function it_can_be_given_a_type()
method it_can_be_given_contents (line 30) | function it_can_be_given_contents()
method it_can_become_closeable (line 37) | function it_can_become_closeable()
method it_can_be_given_attributes (line 44) | function it_can_be_given_attributes()
method it_allows_you_to_use_a_shortcut (line 51) | function it_allows_you_to_use_a_shortcut()
method it_allows_you_to_override_the_close_icon (line 61) | function it_allows_you_to_override_the_close_icon()
FILE: tests/spec/Bootstrapper/AttributesSpec.php
class AttributesSpec (line 8) | class AttributesSpec extends ObjectBehavior
method let (line 10) | function let()
method it_is_initializable (line 15) | function it_is_initializable()
method it_can_be_turned_into_a_string (line 20) | function it_can_be_turned_into_a_string()
method it_can_take_defaults (line 27) | function it_can_take_defaults()
method it_can_be_accessed_like_an_array (line 34) | function it_can_be_accessed_like_an_array()
method it_can_be_constructed_and_overwrite_defaults (line 42) | function it_can_be_constructed_and_overwrite_defaults()
method it_escapes_the_values (line 49) | function it_escapes_the_values()
method it_can_handle_no_keys (line 57) | function it_can_handle_no_keys()
method it_can_handle_an_empty_value (line 64) | function it_can_handle_an_empty_value()
method it_concatenates_classes (line 71) | function it_concatenates_classes()
method it_can_add_classes (line 78) | function it_can_add_classes()
FILE: tests/spec/Bootstrapper/BadgeSpec.php
class BadgeSpec (line 8) | class BadgeSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 15) | function it_can_be_rendered()
method it_can_be_given_contents (line 20) | function it_can_be_given_contents()
method it_can_be_constructed_with_attributes (line 27) | function it_can_be_constructed_with_attributes()
FILE: tests/spec/Bootstrapper/BootstrapperL5ServiceProviderSpec.php
class BootstrapperL5ServiceProviderSpec (line 11) | class BootstrapperL5ServiceProviderSpec extends ObjectBehavior
method let (line 18) | function let()
method it_is_initializable (line 24) | function it_is_initializable()
method it_can_register_things (line 29) | function it_can_register_things()
class FakeApp (line 71) | class FakeApp implements \ArrayAccess
method bind (line 76) | public function bind($abstract, $concrete = null, $shared = false)
method make (line 81) | public function make($abstract, $parameters = array())
method offsetExists (line 121) | public function offsetExists($offset)
method offsetGet (line 126) | public function offsetGet($offset)
method offsetSet (line 131) | public function offsetSet($offset, $value)
method offsetUnset (line 136) | public function offsetUnset($offset)
method configurationIsCached (line 142) | public function configurationIsCached()
function config_path (line 149) | function config_path()
FILE: tests/spec/Bootstrapper/BreadcrumbSpec.php
class BreadcrumbSpec (line 8) | class BreadcrumbSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 15) | function it_can_be_rendered()
method it_can_be_given_links (line 20) | function it_can_be_given_links()
method it_can_work_out_active_links (line 31) | function it_can_work_out_active_links()
FILE: tests/spec/Bootstrapper/Bridges/Config/Laravel4ConfigSpec.php
class Laravel4ConfigSpec (line 9) | class Laravel4ConfigSpec extends ObjectBehavior
method let (line 11) | function let(Repository $repository)
method it_is_initializable (line 16) | function it_is_initializable()
method it_has_a_method_for_getting_the_icon_prefix (line 22) | function it_has_a_method_for_getting_the_icon_prefix(Repository $repos...
method it_has_a_method_for_getting_the_icon_tag (line 31) | function it_has_a_method_for_getting_the_icon_tag(Repository $repository)
method it_has_a_method_of_getting_the_bootstrapper_version (line 40) | function it_has_a_method_of_getting_the_bootstrapper_version(Repositor...
method it_has_a_method_of_getting_the_jquery_version (line 49) | function it_has_a_method_of_getting_the_jquery_version(Repository $rep...
FILE: tests/spec/Bootstrapper/Bridges/Config/Laravel5ConfigSpec.php
class Laravel5ConfigSpec (line 12) | class Laravel5ConfigSpec extends ObjectBehavior
method let (line 14) | function let(Repository $repository)
method it_is_initializable (line 19) | function it_is_initializable()
method it_has_a_method_for_getting_the_icon_prefix (line 25) | function it_has_a_method_for_getting_the_icon_prefix(Repository $repos...
method it_has_a_method_for_getting_the_icon_tag (line 34) | function it_has_a_method_for_getting_the_icon_tag(Repository $repository)
method it_has_a_method_of_getting_the_bootstrapper_version (line 43) | function it_has_a_method_of_getting_the_bootstrapper_version(Repositor...
method it_has_a_method_of_getting_the_jquery_version (line 52) | function it_has_a_method_of_getting_the_jquery_version(Repository $rep...
FILE: tests/spec/Bootstrapper/ButtonGroupSpec.php
class ButtonGroupSpec (line 9) | class ButtonGroupSpec extends ObjectBehavior
method it_is_initializable (line 11) | function it_is_initializable()
method it_can_be_rendered (line 16) | function it_can_be_rendered()
method it_can_be_sized (line 23) | function it_can_be_sized()
method it_can_be_given_contents (line 38) | function it_can_be_given_contents()
method it_can_be_made_vertical (line 51) | function it_can_be_made_vertical()
method it_can_be_made_a_checkbox (line 58) | function it_can_be_made_a_checkbox()
method it_can_be_made_a_radio (line 80) | function it_can_be_made_a_radio()
method it_can_be_made_a_radio_with_attributes (line 102) | function it_can_be_made_a_radio_with_attributes()
method it_can_be_made_a_checkbox_with_attributes (line 124) | function it_can_be_made_a_checkbox_with_attributes()
method it_can_handle_just_links (line 146) | function it_can_handle_just_links()
method it_allows_you_to_use_links_as_a_shortcut (line 153) | function it_allows_you_to_use_links_as_a_shortcut()
method it_allows_you_to_activate_one_of_the_links (line 166) | function it_allows_you_to_activate_one_of_the_links()
method it_allows_you_to_activate_several_links (line 188) | function it_allows_you_to_activate_several_links()
method it_errors_with_strings_being_activated (line 210) | function it_errors_with_strings_being_activated()
FILE: tests/spec/Bootstrapper/ButtonSpec.php
class ButtonSpec (line 9) | class ButtonSpec extends ObjectBehavior
method it_is_initializable (line 11) | function it_is_initializable()
method it_can_be_rendered (line 16) | function it_can_be_rendered()
method it_can_be_given_a_type (line 23) | function it_can_be_given_a_type()
method it_can_be_made_a_block_button (line 47) | function it_can_be_made_a_block_button()
method it_can_be_made_a_submit_button (line 54) | function it_can_be_made_a_submit_button()
method it_can_be_made_a_reset_button (line 61) | function it_can_be_made_a_reset_button()
method it_can_be_given_a_value (line 68) | function it_can_be_given_a_value()
method it_can_append_an_icon (line 75) | function it_can_append_an_icon()
method it_can_be_given_an_icon (line 91) | function it_can_be_given_an_icon()
method it_can_be_sized (line 107) | function it_can_be_sized()
method it_can_be_given_attributes (line 122) | function it_can_be_given_attributes()
method it_can_have_attributes_added (line 129) | function it_can_have_attributes_added()
method it_allows_you_to_use_a_shortcut_method (line 138) | function it_allows_you_to_use_a_shortcut_method()
method it_can_be_disabled (line 162) | function it_can_be_disabled()
method it_can_create_an_a_tag (line 169) | function it_can_create_an_a_tag()
method it_has_get_methods (line 176) | function it_has_get_methods()
FILE: tests/spec/Bootstrapper/CarouselSpec.php
class CarouselSpec (line 8) | class CarouselSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_named (line 15) | function it_can_be_named()
method it_does_now_squawk_if_a_name_isnt_given (line 22) | function it_does_now_squawk_if_a_name_isnt_given()
method it_can_be_given_contents (line 29) | function it_can_be_given_contents()
method it_can_be_given_attributes (line 50) | function it_can_be_given_attributes()
method it_allows_you_to_skip_the_caption (line 58) | function it_allows_you_to_skip_the_caption()
method it_allows_you_to_override_the_buttons (line 77) | function it_allows_you_to_override_the_buttons()
FILE: tests/spec/Bootstrapper/ControlGroupSpec.php
class ControlGroupSpec (line 9) | class ControlGroupSpec extends ObjectBehavior
method let (line 11) | function let(Form $form)
method it_is_initializable (line 16) | function it_is_initializable()
method it_can_be_rendered (line 21) | function it_can_be_rendered()
method it_can_be_given_attributes (line 26) | function it_can_be_given_attributes()
method it_can_be_given_contents (line 33) | function it_can_be_given_contents()
method it_can_be_given_contents_as_an_array (line 40) | function it_can_be_given_contents_as_an_array(Form $form)
method it_can_be_given_a_label (line 64) | function it_can_be_given_a_label()
method it_can_be_given_a_label_with_a_size (line 71) | function it_can_be_given_a_label_with_a_size()
method it_can_be_given_a_help_block (line 78) | function it_can_be_given_a_help_block()
method it_places_the_help_block_in_the_correct_place (line 85) | function it_places_the_help_block_in_the_correct_place()
method it_can_be_generated_in_one_go (line 92) | function it_can_be_generated_in_one_go()
method it_squawks_if_the_label_size_is_silly (line 103) | function it_squawks_if_the_label_size_is_silly()
method it_handles_labels_correctly (line 116) | function it_handles_labels_correctly()
method it_handles_validation (line 129) | function it_handles_validation()
FILE: tests/spec/Bootstrapper/DropdownButtonSpec.php
class DropdownButtonSpec (line 8) | class DropdownButtonSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 15) | function it_can_be_rendered()
method it_can_be_given_a_label (line 22) | function it_can_be_given_a_label()
method it_can_be_given_contents (line 29) | function it_can_be_given_contents()
method it_can_be_given_a_divider (line 48) | function it_can_be_given_a_divider()
method it_can_be_given_a_type (line 68) | function it_can_be_given_a_type()
method it_can_be_given_a_size (line 79) | function it_can_be_given_a_size()
method it_can_be_split (line 94) | function it_can_be_split()
method it_can_be_made_to_dropup (line 128) | function it_can_be_made_to_dropup()
method it_has_shortcut_methods (line 135) | function it_has_shortcut_methods()
FILE: tests/spec/Bootstrapper/FormSpec.php
class FormSpec (line 10) | class FormSpec extends ObjectBehavior
method let (line 12) | function let()
method it_is_initializable (line 22) | function it_is_initializable()
method it_can_close_the_form (line 32) | function it_can_close_the_form()
method it_can_open_a_form (line 40) | function it_can_open_a_form()
method it_can_open_an_inline_form (line 47) | function it_can_open_an_inline_form()
method it_can_open_a_horizontal_form (line 58) | function it_can_open_a_horizontal_form()
method it_can_show_validation (line 69) | function it_can_show_validation()
method it_can_show_feedback (line 97) | function it_can_show_feedback()
method it_can_show_help_blocks (line 126) | function it_can_show_help_blocks()
method it_can_be_given_a_model (line 137) | function it_can_be_given_a_model()
method it_can_show_input (line 148) | function it_can_show_input()
method it_can_show_password (line 175) | function it_can_show_password()
method it_overrides_the_label_method (line 182) | function it_overrides_the_label_method()
method it_overrides_the_submit_method (line 192) | function it_overrides_the_submit_method()
method it_can_get_validation_errors (line 199) | function it_can_get_validation_errors()
class Foo (line 217) | class Foo
FILE: tests/spec/Bootstrapper/HelpersSpec.php
class HelpersSpec (line 11) | class HelpersSpec extends ObjectBehavior
method let (line 13) | function let(ConfigInterface $configInterface)
method it_is_initializable (line 21) | function it_is_initializable()
method it_can_generate_a_css_tag_for_us (line 26) | function it_can_generate_a_css_tag_for_us()
method it_can_give_us_just_the_css_without_the_theme (line 33) | function it_can_give_us_just_the_css_without_the_theme()
method it_can_give_us_the_script_tags (line 40) | function it_can_give_us_the_script_tags()
method it_listens_to_the_config_file (line 47) | function it_listens_to_the_config_file(ConfigInterface $configInterface)
method it_generates_a_sensible_id_for_an_object (line 60) | function it_generates_a_sensible_id_for_an_object()
class FooRenderedObject (line 78) | class FooRenderedObject extends RenderedObject
method render (line 80) | public function render()
class BarRenderedObject (line 85) | class BarRenderedObject extends RenderedObject
method render (line 87) | public function render()
FILE: tests/spec/Bootstrapper/IconSpec.php
class IconSpec (line 11) | class IconSpec extends ObjectBehavior
method let (line 13) | function let(ConfigInterface $configInterface)
method it_is_initializable (line 21) | function it_is_initializable()
method it_can_create_an_icon (line 26) | function it_can_create_an_icon()
method it_listens_to_the_config_file (line 33) | function it_listens_to_the_config_file(ConfigInterface $configInterface)
method it_can_be_created_magically (line 40) | function it_can_be_created_magically()
method it_can_create_an_icon_from_camel_case (line 51) | function it_can_create_an_icon_from_camel_case()
method it_can_create_an_icon_from_underscore (line 58) | function it_can_create_an_icon_from_underscore()
method it_allows_you_to_add_attributes (line 65) | function it_allows_you_to_add_attributes()
method it_blows_up_if_you_dont_use_the_create (line 72) | function it_blows_up_if_you_dont_use_the_create()
method it_allows_you_to_add_attributes_magically (line 79) | function it_allows_you_to_add_attributes_magically()
method it_allows_you_to_change_icon_tag (line 92) | function it_allows_you_to_change_icon_tag(ConfigInterface $configInter...
FILE: tests/spec/Bootstrapper/ImageSpec.php
class ImageSpec (line 9) | class ImageSpec extends ObjectBehavior
method it_is_initializable (line 11) | function it_is_initializable()
method it_cant_be_rendered_without_an_image (line 16) | function it_cant_be_rendered_without_an_image()
method it_can_be_given_an_image (line 23) | function it_can_be_given_an_image()
method it_can_be_given_alt_text (line 28) | function it_can_be_given_alt_text()
method it_can_be_given_attributes (line 35) | function it_can_be_given_attributes()
method it_can_be_made_responsive (line 43) | function it_can_be_made_responsive()
method it_can_be_made_rounded (line 50) | function it_can_be_made_rounded()
method it_can_be_made_a_circle (line 57) | function it_can_be_made_a_circle()
method it_can_be_made_a_thumbnail (line 64) | function it_can_be_made_a_thumbnail()
method it_allows_you_to_use_rounded_as_a_shortcut_method (line 71) | function it_allows_you_to_use_rounded_as_a_shortcut_method()
method it_allows_you_to_use_thumbnail_as_a_shortcut_method (line 78) | function it_allows_you_to_use_thumbnail_as_a_shortcut_method()
method it_allows_you_to_use_circle_as_a_shortcut_method (line 85) | function it_allows_you_to_use_circle_as_a_shortcut_method()
method it_knows_that_add_class_with_a_string_is_depreciated (line 92) | function it_knows_that_add_class_with_a_string_is_depreciated()
FILE: tests/spec/Bootstrapper/InputGroupSpec.php
class InputGroupSpec (line 8) | class InputGroupSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_given_contents (line 15) | function it_can_be_given_contents()
method it_can_prepend (line 22) | function it_can_prepend()
method it_can_append (line 30) | function it_can_append()
method it_can_be_sized (line 38) | function it_can_be_sized()
method it_can_append_buttons (line 50) | function it_can_append_buttons()
method it_can_prepend_buttons (line 58) | function it_can_prepend_buttons()
method it_can_be_given_attributes (line 66) | function it_can_be_given_attributes()
FILE: tests/spec/Bootstrapper/LabelSpec.php
class LabelSpec (line 8) | class LabelSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 15) | function it_can_be_rendered()
method it_can_be_given_contents (line 20) | function it_can_be_given_contents()
method it_can_be_given_a_type (line 27) | function it_can_be_given_a_type()
method it_can_be_created_in_one_go (line 39) | function it_can_be_created_in_one_go()
method it_has_shortcut_methods (line 46) | function it_has_shortcut_methods()
FILE: tests/spec/Bootstrapper/MediaObjectSpec.php
class MediaObjectSpec (line 8) | class MediaObjectSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_cant_be_rendered_without_contents (line 15) | function it_cant_be_rendered_without_contents()
method it_can_be_given_contents (line 22) | function it_can_be_given_contents()
method it_can_become_a_list_and_be_rendered (line 36) | function it_can_become_a_list_and_be_rendered()
method it_is_clever_enough_to_become_a_list (line 41) | function it_is_clever_enough_to_become_a_list()
method it_can_place_the_image_on_the_left_or_right (line 63) | function it_can_place_the_image_on_the_left_or_right()
method it_can_handle_an_object_without_some_fields (line 87) | function it_can_handle_an_object_without_some_fields()
method it_hates_you_if_you_dont_pass_in_an_image_or_body (line 99) | function it_hates_you_if_you_dont_pass_in_an_image_or_body()
method it_supports_nesting (line 109) | function it_supports_nesting()
FILE: tests/spec/Bootstrapper/ModalSpec.php
class ModalSpec (line 9) | class ModalSpec extends ObjectBehavior
method it_is_initializable (line 11) | function it_is_initializable()
method it_can_be_rendered (line 16) | function it_can_be_rendered()
method it_can_be_given_attributes (line 23) | function it_can_be_given_attributes()
method it_can_be_given_a_title (line 30) | function it_can_be_given_a_title()
method it_can_be_given_a_body (line 37) | function it_can_be_given_a_body()
method it_can_be_given_a_footer (line 44) | function it_can_be_given_a_footer()
method it_can_be_named (line 51) | function it_can_be_named()
method it_can_be_given_a_button (line 58) | function it_can_be_given_a_button()
method it_does_not_squawk_if_you_have_a_button_but_no_id (line 65) | function it_does_not_squawk_if_you_have_a_button_but_no_id()
method it_allows_you_to_customise_the_button (line 72) | function it_allows_you_to_customise_the_button()
FILE: tests/spec/Bootstrapper/NavbarSpec.php
class NavbarSpec (line 11) | class NavbarSpec extends ObjectBehavior
method let (line 14) | function let(UrlGenerator $generator)
method it_is_initializable (line 19) | function it_is_initializable()
method it_can_be_rendered (line 24) | function it_can_be_rendered()
method it_can_be_given_a_brand (line 31) | function it_can_be_given_a_brand()
method it_defaults_to_the_root_page_when_branding (line 38) | function it_defaults_to_the_root_page_when_branding(UrlGenerator $gene...
method it_can_have_attributes_added (line 47) | function it_can_have_attributes_added()
method it_can_have_strings_added_to_it (line 54) | function it_can_have_strings_added_to_it()
method it_can_have_navigation_added (line 61) | function it_can_have_navigation_added(Navigation $navigation)
method it_can_be_inverted (line 71) | function it_can_be_inverted()
method it_can_be_given_a_type (line 78) | function it_can_be_given_a_type()
method it_has_a_shortcut_method (line 92) | function it_has_a_shortcut_method()
method it_allows_you_to_create_a_fluid_container (line 99) | function it_allows_you_to_create_a_fluid_container()
method it_allows_you_to_use_inverse_as_a_shortcut (line 106) | function it_allows_you_to_use_inverse_as_a_shortcut()
method it_allows_you_to_add_a_navbar_image (line 113) | function it_allows_you_to_add_a_navbar_image()
method it_doesnt_require_the_alttext (line 121) | function it_doesnt_require_the_alttext()
method it_doesnt_require_the_brandlink (line 129) | function it_doesnt_require_the_brandlink(UrlGenerator $generator)
FILE: tests/spec/Bootstrapper/NavigationSpec.php
class NavigationSpec (line 11) | class NavigationSpec extends ObjectBehavior
method let (line 14) | function let(UrlGenerator $url)
method it_is_initializable (line 21) | function it_is_initializable()
method it_can_be_rendered (line 27) | function it_can_be_rendered()
method it_can_be_given_attributes (line 32) | function it_can_be_given_attributes()
method it_can_be_made_into_pills (line 39) | function it_can_be_made_into_pills()
method it_can_be_made_into_a_navbar (line 44) | function it_can_be_made_into_a_navbar()
method it_can_be_given_contents (line 49) | function it_can_be_given_contents()
method it_allows_you_to_use_shortcut_methods (line 67) | function it_allows_you_to_use_shortcut_methods()
method it_provides_autorouting (line 90) | function it_provides_autorouting()
method it_allows_you_to_turn_off_autorouting (line 108) | function it_allows_you_to_turn_off_autorouting()
method it_creates_dropdown_menus (line 126) | function it_creates_dropdown_menus()
method it_auto_actives_dropdown_menus_correctly (line 149) | function it_auto_actives_dropdown_menus_correctly()
method it_can_be_justified (line 172) | function it_can_be_justified()
method it_can_be_stacked (line 179) | function it_can_be_stacked()
method it_can_be_right (line 186) | function it_can_be_right()
method it_allows_you_to_disable_a_link (line 193) | function it_allows_you_to_disable_a_link()
method it_allows_you_to_declare_a_link_as_active (line 212) | function it_allows_you_to_declare_a_link_as_active()
method it_allows_you_to_give_attributes_to_the_links (line 231) | function it_allows_you_to_give_attributes_to_the_links()
method it_lets_you_add_attributes_using_the_shortcut_methods (line 250) | function it_lets_you_add_attributes_using_the_shortcut_methods()
method it_lets_you_use_the_dividers (line 275) | function it_lets_you_use_the_dividers()
method it_lets_you_use_the_dividers_inside_a_dropdown (line 294) | function it_lets_you_use_the_dividers_inside_a_dropdown()
method it_allows_you_to_use_a_callback_not_render_a_link (line 318) | function it_allows_you_to_use_a_callback_not_render_a_link()
method it_is_sensible_if_you_forget_to_return_in_a_callback (line 339) | function it_is_sensible_if_you_forget_to_return_in_a_callback()
FILE: tests/spec/Bootstrapper/PanelSpec.php
class PanelSpec (line 9) | class PanelSpec extends ObjectBehavior
method it_is_initializable (line 11) | function it_is_initializable()
method it_can_be_rendered (line 16) | function it_can_be_rendered()
method it_can_be_given_attributes (line 21) | function it_can_be_given_attributes()
method it_can_be_given_a_type (line 28) | function it_can_be_given_a_type()
method it_can_be_given_a_header (line 40) | function it_can_be_given_a_header()
method it_can_be_given_a_body (line 47) | function it_can_be_given_a_body()
method it_can_be_given_a_table (line 54) | function it_can_be_given_a_table()
method it_can_accept_a_table_object (line 63) | function it_can_accept_a_table_object(Table $table)
method it_should_throw_when_the_table_object_throws (line 74) | function it_should_throw_when_the_table_object_throws(Table $table)
method it_can_be_given_a_footer (line 81) | function it_can_be_given_a_footer()
FILE: tests/spec/Bootstrapper/ProgressBarSpec.php
class ProgressBarSpec (line 8) | class ProgressBarSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 16) | function it_can_be_rendered()
method it_can_be_given_a_value (line 23) | function it_can_be_given_a_value()
method it_allows_you_to_make_the_percentage_visible (line 30) | function it_allows_you_to_make_the_percentage_visible()
method it_can_be_given_a_type (line 37) | function it_can_be_given_a_type()
method it_can_be_striped (line 49) | function it_can_be_striped()
method it_can_be_animated (line 56) | function it_can_be_animated()
method it_is_smart_enough_to_stripe_when_animated (line 63) | function it_is_smart_enough_to_stripe_when_animated()
method it_can_stack_progress_bars (line 70) | function it_can_stack_progress_bars()
method it_allows_you_to_use_shortcuts (line 84) | function it_allows_you_to_use_shortcuts()
method it_allows_you_to_set_the_visible_string (line 96) | function it_allows_you_to_set_the_visible_string()
FILE: tests/spec/Bootstrapper/TabbableSpec.php
class TabbableSpec (line 9) | class TabbableSpec extends ObjectBehavior
method let (line 12) | function let()
method it_is_initializable (line 20) | function it_is_initializable()
method it_can_be_rendered (line 26) | function it_can_be_rendered()
method it_can_be_made_into_tabs_or_pills (line 33) | function it_can_be_made_into_tabs_or_pills()
method it_can_be_given_contents (line 43) | function it_can_be_given_contents()
method it_allows_you_to_specify_which_should_be_active (line 65) | function it_allows_you_to_specify_which_should_be_active()
method it_handles_being_pills_correctly (line 87) | function it_handles_being_pills_correctly()
method it_allows_you_to_use_shortcuts (line 109) | function it_allows_you_to_use_shortcuts()
method it_allows_you_to_fade_things (line 149) | function it_allows_you_to_fade_things()
method it_allows_you_to_add_attributes_to_the_tabs (line 171) | function it_allows_you_to_add_attributes_to_the_tabs()
FILE: tests/spec/Bootstrapper/TableSpec.php
class TableSpec (line 12) | class TableSpec extends ObjectBehavior
method it_is_initializable (line 14) | function it_is_initializable()
method it_can_be_rendered (line 19) | function it_can_be_rendered()
method it_can_be_given_multiple_types (line 24) | function it_can_be_given_multiple_types()
method it_can_be_given_an_array_as_contents (line 38) | function it_can_be_given_an_array_as_contents()
method it_can_sort_of_handle_keys_being_inconsistent (line 47) | function it_can_sort_of_handle_keys_being_inconsistent()
method it_can_handle_being_given_an_eloquent_model (line 56) | function it_can_handle_being_given_an_eloquent_model()
method it_allows_you_to_ignore_attributes (line 91) | function it_allows_you_to_ignore_attributes()
method it_allows_you_to_use_callbacks (line 100) | function it_allows_you_to_use_callbacks()
method it_allows_you_to_only_return_certain_things (line 121) | function it_allows_you_to_only_return_certain_things()
method it_renders_headers_if_you_use_only (line 130) | function it_renders_headers_if_you_use_only()
method it_renders_headers_if_you_use_callbacks (line 137) | function it_renders_headers_if_you_use_callbacks()
method it_uses_the_correct_order_when_only_is_used (line 148) | function it_uses_the_correct_order_when_only_is_used()
method it_allows_you_to_add_a_footer (line 163) | function it_allows_you_to_add_a_footer()
method it_renders_the_tfoot_tag_before_the_body (line 170) | function it_renders_the_tfoot_tag_before_the_body()
method it_expects_something_that_implements_the_table_interface (line 183) | function it_expects_something_that_implements_the_table_interface()
method it_allows_specification_of_class_applied_to_all_body_cells (line 192) | function it_allows_specification_of_class_applied_to_all_body_cells()
method it_allows_specification_of_body_cell_classes_with_an_array (line 206) | function it_allows_specification_of_body_cell_classes_with_an_array()
method it_allows_specification_of_class_on_column (line 225) | function it_allows_specification_of_class_on_column()
method it_allows_specification_of_classes_on_column_with_array (line 243) | function it_allows_specification_of_classes_on_column_with_array()
method it_allows_specification_of_classes_on_multiple_columns_with_array (line 261) | function it_allows_specification_of_classes_on_multiple_columns_with_a...
class TableSpecFoo (line 281) | class TableSpecFoo implements TableInterface
method getTableHeaders (line 289) | public function getTableHeaders()
method getValueForHeader (line 294) | public function getValueForHeader($header)
FILE: tests/spec/Bootstrapper/ThumbnailSpec.php
class ThumbnailSpec (line 8) | class ThumbnailSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_cannot_be_rendered_without_an_image (line 16) | function it_cannot_be_rendered_without_an_image()
method it_can_be_given_an_image (line 23) | function it_can_be_given_an_image()
method it_can_be_given_an_caption (line 30) | function it_can_be_given_an_caption()
method it_allows_you_to_give_attributes_to_the_image (line 37) | function it_allows_you_to_give_attributes_to_the_image()
FILE: tests/spec/DummyClasses/Bridges/Config/ConfigInterfaceSpec.php
class ConfigInterfaceSpec (line 8) | class ConfigInterfaceSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_has_a_method_for_getting_the_icon_prefix (line 16) | function it_has_a_method_for_getting_the_icon_prefix()
method it_has_a_method_for_getting_the_icon_tag (line 21) | function it_has_a_method_for_getting_the_icon_tag()
method it_has_a_method_of_getting_the_bootstrapper_version (line 26) | function it_has_a_method_of_getting_the_bootstrapper_version()
method it_has_a_method_of_getting_the_jquery_version (line 31) | function it_has_a_method_of_getting_the_jquery_version()
FILE: tests/spec/DummyClasses/RenderedObjectSpec.php
class RenderedObjectSpec (line 8) | class RenderedObjectSpec extends ObjectBehavior
method it_is_initializable (line 10) | function it_is_initializable()
method it_can_be_rendered (line 16) | function it_can_be_rendered()
method it_has_with_attributes (line 21) | function it_has_with_attributes()
method it_can_add_classes (line 26) | function it_can_add_classes()
method it_adds_classes_if_you_set_one_with_attributes (line 31) | function it_adds_classes_if_you_set_one_with_attributes()
Condensed preview — 475 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (9,288K chars).
[
{
"path": ".gitattributes",
"chars": 237,
"preview": "/tests export-ignore\n/.gitattributes export-ignore\n/.gitignore export-ignore\n/.travis.yml "
},
{
"path": ".gitignore",
"chars": 15,
"preview": "vendor/\n.idea/\n"
},
{
"path": ".travis.yml",
"chars": 248,
"preview": "language: php\n\nphp:\n - 7.2\n - 7.3\n - 7.4\n - 8.0\n\nbefore_install:\n - travis_retry composer self-update\n - travis_re"
},
{
"path": "CHANGELOG.md",
"chars": 625,
"preview": "Bootstrapper\n------------\n\n5.3.0\n=====\n\n* Add `Table::withFooter()`\n* `Table::setType()` is now fluid\n\n5.2.0\n=====\n\n* Ad"
},
{
"path": "CONTRIBUTING.md",
"chars": 7366,
"preview": "Contributor's Guide\n===================\n\nIf you're reading this you're probably interested in contributing to \n``bootstr"
},
{
"path": "README.md",
"chars": 3977,
"preview": "# Bootstrapper\n\nLatest stable version: [ {"
},
{
"path": "docs/css/phpdocumentor-clean-icons/style.css",
"chars": 1343,
"preview": "@font-face {\n\tfont-family: 'phpdocumentor-clean-icons';\n\tsrc:url('fonts/phpdocumentor-clean-icons.eot');\n\tsrc:url('fonts"
},
{
"path": "docs/css/prettify.css",
"chars": 675,
"preview": ".pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,"
},
{
"path": "docs/css/prism.css",
"chars": 3540,
"preview": "/**\n * prism.js default theme for JavaScript, CSS and HTML\n * Based on dabblet (http://dabblet.com)\n * @author Lea Verou"
},
{
"path": "docs/css/template.css",
"chars": 8466,
"preview": "@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);\n@import url('phpdocumentor-clean-icons/style.css')"
},
{
"path": "docs/deprecated.html",
"chars": 4213,
"preview": "<!DOCTYPE html><html lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n<meta name=\"v"
},
{
"path": "docs/errors.html",
"chars": 42465,
"preview": "<!DOCTYPE html><html lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n<meta name=\"v"
},
{
"path": "docs/files/Accordion.html",
"chars": 31394,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Accordion.php.txt",
"chars": 3434,
"preview": "<?php\n\nnamespace Bootstrapper;\n\n/**\n * Accordion Class\n * Creates Bootstrap 3 compliant accordions\n *\n * @package Bootst"
},
{
"path": "docs/files/Alert.html",
"chars": 31365,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Alert.php.txt",
"chars": 3379,
"preview": "<?php\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant alert boxes\n *\n * @package Bootstrapper\n * @author "
},
{
"path": "docs/files/Attributes.html",
"chars": 31363,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Attributes.php.txt",
"chars": 3539,
"preview": "<?php\n\nnamespace Bootstrapper;\n\n/**\n * Simple attributes bag\n *\n * @package Bootstrapper\n */\nclass Attributes implements"
},
{
"path": "docs/files/Badge.html",
"chars": 31360,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Badge.php.txt",
"chars": 1076,
"preview": "<?php\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant Badges\n *\n * @package Bootstrapper\n */\nclass Badge "
},
{
"path": "docs/files/Bootstrapper%2FAccordion.php.txt",
"chars": 3091,
"preview": "<?php\n/**\n * Bootstrapper Accordion class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant accordions\n"
},
{
"path": "docs/files/Bootstrapper%2FAlert.php.txt",
"chars": 3059,
"preview": "<?php\n/**\n * Bootstrapper Alert class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant alert boxes\n *\n"
},
{
"path": "docs/files/Bootstrapper%2FAttributes.php.txt",
"chars": 3685,
"preview": "<?php\n/**\n * Bootstrapper Attributes class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Simple attributes bag\n *\n * @package Boo"
},
{
"path": "docs/files/Bootstrapper%2FBadge.php.txt",
"chars": 773,
"preview": "<?php\n/**\n * Bootstrapper Badge class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant Badges\n *\n * @p"
},
{
"path": "docs/files/Bootstrapper%2FBootstrapperServiceProvider.php.txt",
"chars": 8166,
"preview": "<?php\n/**\n * Bootstrapper Service Provider\n */\n\nnamespace Bootstrapper;\n\nuse Illuminate\\Support\\ServiceProvider;\n\n/**\n *"
},
{
"path": "docs/files/Bootstrapper%2FBreadcrumb.php.txt",
"chars": 1602,
"preview": "<?php\n/**\n * Bootstrapper Breadcrumb class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant Breadcrumb"
},
{
"path": "docs/files/Bootstrapper%2FButton.php.txt",
"chars": 9777,
"preview": "<?php\n/**\n * Bootstrapper Button class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates a Bootstrap 3 compliant Button\n *\n *"
},
{
"path": "docs/files/Bootstrapper%2FButtonGroup.php.txt",
"chars": 4861,
"preview": "<?php\n/**\n * Bootstrapper Button Group class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant Button G"
},
{
"path": "docs/files/Bootstrapper%2FCarousel.php.txt",
"chars": 3844,
"preview": "<?php\n/**\n * Bootstrapper Carousel class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant carousels\n *"
},
{
"path": "docs/files/Bootstrapper%2FControlGroup.php.txt",
"chars": 7472,
"preview": "<?php\n/**\n * Bootstrapper ControlGroup class\n */\n\nnamespace Bootstrapper;\n\nuse Bootstrapper\\Exceptions\\ControlGroupExcep"
},
{
"path": "docs/files/Bootstrapper%2FDropdownButton.php.txt",
"chars": 6840,
"preview": "<?php\n/**\n * Bootstrapper DropdownButton class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant Dropdo"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FAccordionException.php.txt",
"chars": 246,
"preview": "<?php\n/**\n * Exceptions for Accordions\n */\n\nnamespace Bootstrapper\\Exceptions;\n\n/**\n * Exceptions for Accordion class\n *"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FCarouselException.php.txt",
"chars": 319,
"preview": "<?php\n/**\n * Bootstrapper Carousel exception\n */\n\nnamespace Bootstrapper\\Exceptions;\n\n/**\n * Exceptions thrown by the Ca"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FControlGroupException.php.txt",
"chars": 291,
"preview": "<?php\n/**\n * Bootstrapper ControlGroup exceptions\n */\n\nnamespace Bootstrapper\\Exceptions;\n\nuse Exception;\n\n/**\n * Except"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FImageException.php.txt",
"chars": 257,
"preview": "<?php\n/**\n * Bootstrapper Image Exceptions\n */\n\nnamespace Bootstrapper\\Exceptions;\n\nuse Exception;\n\n/**\n * Exceptions fo"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FMediaObjectException.php.txt",
"chars": 282,
"preview": "<?php\n/**\n * Bootstrapper Media Object exceptions\n */\n\nnamespace Bootstrapper\\Exceptions;\n\nuse Exception;\n\n/**\n * Except"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FModalException.php.txt",
"chars": 259,
"preview": "<?php\n/**\n * Bootstrapper Modal exceptions\n */\n\nnamespace Bootstrapper\\Exceptions;\n\nuse Exception;\n\n/**\n * ModalExceptio"
},
{
"path": "docs/files/Bootstrapper%2FExceptions%2FThumbnailException.php.txt",
"chars": 562,
"preview": "<?php\n/**\n * Bootstrapper Thumbnail Exception\n */\n\nnamespace Bootstrapper\\Exceptions;\n\n/**\n * Exception used by the Thum"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FAccordion.php.txt",
"chars": 383,
"preview": "<?php\n/**\n * Bootstrapper Accordion facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Accordions\n *\n * @pac"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FAlert.php.txt",
"chars": 517,
"preview": "<?php\n/**\n * Bootstrapper Alert facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Bootstrapper Alerts\n *\n *"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FBadge.php.txt",
"chars": 377,
"preview": "<?php\n/**\n * Bootstrapper Badge facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Bootstrapper Badges\n *\n *"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FBootstrapperFacade.php.txt",
"chars": 2018,
"preview": "<?php\n/**\n * Bootstrapper generic facade\n */\n\nnamespace Bootstrapper\\Facades;\n\nuse Illuminate\\Support\\Facades\\Facade;\n\n/"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FBreadcrumb.php.txt",
"chars": 398,
"preview": "<?php\n/**\n * Bootstrapper Breadcrumb facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the Breadcrumb class"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FButton.php.txt",
"chars": 660,
"preview": "<?php\n/**\n * Bootstrapper Button facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Button class\n *\n * @pack"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FButtonGroup.php.txt",
"chars": 704,
"preview": "<?php\n/**\n * Bootstrapper Button Group facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for ButtonGroup\n *\n * "
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FCarousel.php.txt",
"chars": 391,
"preview": "<?php\n/**\n * Bootstrapper Carousel facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Bootstrapper Carousel\n"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FControlGroup.php.txt",
"chars": 400,
"preview": "<?php\n/**\n * Bootstrapper ControlGroup facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Control Groups\n *\n"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FDropdownButton.php.txt",
"chars": 720,
"preview": "<?php\n/**\n * Bootstrapper DropdownButton facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for DropdownButton c"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FForm.php.txt",
"chars": 638,
"preview": "<?php\n/**\n * Bootstrapper Form facade\n */\n\nnamespace Bootstrapper\\Facades;\n\nuse Illuminate\\Support\\Facades\\Facade;\n\n/**\n"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FHelpers.php.txt",
"chars": 395,
"preview": "<?php\n/**\n * Bootstrapper Helper facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the helpers class\n *\n * "
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FIcon.php.txt",
"chars": 391,
"preview": "<?php\n/**\n * Bootstrapper Icon facade\n */\n\nnamespace Bootstrapper\\Facades;\n\nuse Illuminate\\Support\\Facades\\Facade;\n\n/**\n"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FImage.php.txt",
"chars": 542,
"preview": "<?php\n/**\n * Bootstrapper Image facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Image class\n *\n * @packag"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FInputGroup.php.txt",
"chars": 467,
"preview": "<?php\n/**\n * Bootstrapper InputGroup facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for InputGroup class\n *\n"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FLabel.php.txt",
"chars": 624,
"preview": "<?php\n/**\n * Bootstrapper Image facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the Label class\n *\n * @pa"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FMediaObject.php.txt",
"chars": 400,
"preview": "<?php\n/**\n * Bootstrapper Media Object facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for MediaObject class\n"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FModal.php.txt",
"chars": 342,
"preview": "<?php\n/**\n * Bootstrapper Modal facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the Modal class\n *\n * @pa"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FNavbar.php.txt",
"chars": 558,
"preview": "<?php\n/**\n * Bootstrapper Navbar facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Navbar class\n *\n * @pack"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FNavigation.php.txt",
"chars": 567,
"preview": "<?php\n/**\n * Bootstrapper Navigation facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the Navigation class"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FPanel.php.txt",
"chars": 556,
"preview": "<?php\n/**\n * Bootstrapper panel facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the Panel class\n *\n * @pa"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FProgressBar.php.txt",
"chars": 670,
"preview": "<?php\n/**\n * Bootstrapper ProgressBar facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for ProgressBar\n *\n * @"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FTabbable.php.txt",
"chars": 432,
"preview": "<?php\n/**\n * Bootstrapper Tabbable facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Tabbable class\n *\n * @"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FTable.php.txt",
"chars": 548,
"preview": "<?php\n/**\n * Bootstrapper Table facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for the Table class\n *\n * @pa"
},
{
"path": "docs/files/Bootstrapper%2FFacades%2FThumbnail.php.txt",
"chars": 384,
"preview": "<?php\n/**\n * Bootstrapper Thumbnail facade\n */\n\nnamespace Bootstrapper\\Facades;\n\n/**\n * Facade for Thumbnails\n *\n * @pac"
},
{
"path": "docs/files/Bootstrapper%2FForm.php.txt",
"chars": 15051,
"preview": "<?php\n/**\n * Bootstrapper Form class\n */\n\nnamespace Bootstrapper;\n\nuse Illuminate\\Html\\FormBuilder;\n\n/**\n * Creates Boot"
},
{
"path": "docs/files/Bootstrapper%2FHelpers.php.txt",
"chars": 2539,
"preview": "<?php\n/**\n * Bootstrapper Helper functions\n */\n\nnamespace Bootstrapper;\n\nuse Illuminate\\Config\\Repository;\n\n/**\n * Helpe"
},
{
"path": "docs/files/Bootstrapper%2FIcon.php.txt",
"chars": 1805,
"preview": "<?php\n/**\n * Bootstrapper Icon class\n */\n\nnamespace Bootstrapper;\n\nuse Illuminate\\Config\\Repository;\n\n/**\n * Creates Boo"
},
{
"path": "docs/files/Bootstrapper%2FImage.php.txt",
"chars": 4294,
"preview": "<?php\n/**\n * Bootstrapper Image class\n */\n\nnamespace Bootstrapper;\n\nuse Bootstrapper\\Exceptions\\ImageException;\n\n/**\n * "
},
{
"path": "docs/files/Bootstrapper%2FInputGroup.php.txt",
"chars": 3806,
"preview": "<?php\n/**\n * Bootstrapper InputGroup class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant input grou"
},
{
"path": "docs/files/Bootstrapper%2FLabel.php.txt",
"chars": 3793,
"preview": "<?php\n/**\n * Bootstrapper label class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates bootstrap 3 compliant labels\n *\n * @p"
},
{
"path": "docs/files/Bootstrapper%2FMediaObject.php.txt",
"chars": 5281,
"preview": "<?php\n/**\n * Bootstrapper Media Object class\n */\n\nnamespace Bootstrapper;\n\nuse Bootstrapper\\Exceptions\\MediaObjectExcept"
},
{
"path": "docs/files/Bootstrapper%2FModal.php.txt",
"chars": 3852,
"preview": "<?php\n/**\n * Bootstrapper Modal class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant modal\n *\n * @pa"
},
{
"path": "docs/files/Bootstrapper%2FNavbar.php.txt",
"chars": 6005,
"preview": "<?php\n/**\n * Bootstrapper Navbar class\n */\n\nnamespace Bootstrapper;\n\n\nuse Illuminate\\Routing\\UrlGenerator;\n\n/**\n * Creat"
},
{
"path": "docs/files/Bootstrapper%2FNavigation.php.txt",
"chars": 8755,
"preview": "<?php\n/**\n * Bootstrapper Navigation class\n */\n\nnamespace Bootstrapper;\n\nuse Illuminate\\Routing\\UrlGenerator;\n\n/**\n * Cr"
},
{
"path": "docs/files/Bootstrapper%2FPanel.php.txt",
"chars": 4269,
"preview": "<?php\n/**\n * Bootstrapper Panel class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant panels\n *\n * @p"
},
{
"path": "docs/files/Bootstrapper%2FProgressBar.php.txt",
"chars": 6598,
"preview": "<?php\n/**\n * Bootstrapper ProgressBar class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant progress "
},
{
"path": "docs/files/Bootstrapper%2FRenderedObject.php.txt",
"chars": 1215,
"preview": "<?php\n/**\n * Bootstrapper base class for objects\n */\nnamespace Bootstrapper;\n\n/**\n * Rendered Object abstract class\n *\n "
},
{
"path": "docs/files/Bootstrapper%2FTabbable.php.txt",
"chars": 5142,
"preview": "<?php\n/**\n * Bootstrapper Tabbable class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant tab elements"
},
{
"path": "docs/files/Bootstrapper%2FTable.php.txt",
"chars": 6062,
"preview": "<?php\n/**\n * Bootstrapper Table class\n */\n\nnamespace Bootstrapper;\n\n/**\n * Creates Bootstrap 3 compliant tables\n *\n * @p"
},
{
"path": "docs/files/Bootstrapper%2FThumbnail.php.txt",
"chars": 2064,
"preview": "<?php\n/**\n * Bootstrapper Thumbnail class\n */\n\nnamespace Bootstrapper;\n\nuse Bootstrapper\\Exceptions\\ThumbnailException;\n"
},
{
"path": "docs/files/Bootstrapper.Accordion.html",
"chars": 31585,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Alert.html",
"chars": 31562,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Attributes.html",
"chars": 31569,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Badge.html",
"chars": 31555,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.BootstrapperServiceProvider.html",
"chars": 31640,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Breadcrumb.html",
"chars": 31587,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Button.html",
"chars": 31562,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.ButtonGroup.html",
"chars": 31601,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Carousel.html",
"chars": 31581,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.ControlGroup.html",
"chars": 31616,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.DropdownButton.html",
"chars": 31606,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.AccordionException.html",
"chars": 31641,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.CarouselException.html",
"chars": 31652,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.ControlGroupException.html",
"chars": 31679,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.ImageException.html",
"chars": 31629,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.MediaObjectException.html",
"chars": 31666,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.ModalException.html",
"chars": 31633,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Exceptions.ThumbnailException.html",
"chars": 31651,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Accordion.html",
"chars": 31587,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Alert.html",
"chars": 31576,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Badge.html",
"chars": 31578,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.BootstrapperFacade.html",
"chars": 31858,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Breadcrumb.html",
"chars": 31606,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Button.html",
"chars": 31572,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.ButtonGroup.html",
"chars": 31601,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Carousel.html",
"chars": 31597,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.ControlGroup.html",
"chars": 31606,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.DropdownButton.html",
"chars": 31620,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Form.html",
"chars": 31554,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Helpers.html",
"chars": 31587,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Icon.html",
"chars": 31568,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Image.html",
"chars": 31568,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.InputGroup.html",
"chars": 31602,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Label.html",
"chars": 31574,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.MediaObject.html",
"chars": 31609,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Modal.html",
"chars": 31574,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Navbar.html",
"chars": 31578,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Navigation.html",
"chars": 31604,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Panel.html",
"chars": 31576,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.ProgressBar.html",
"chars": 31598,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Tabbable.html",
"chars": 31586,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Table.html",
"chars": 31574,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Facades.Thumbnail.html",
"chars": 31591,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Form.html",
"chars": 31555,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Helpers.html",
"chars": 31548,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Icon.html",
"chars": 31551,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Image.html",
"chars": 31557,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.InputGroup.html",
"chars": 31604,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Label.html",
"chars": 31559,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.MediaObject.html",
"chars": 31597,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Modal.html",
"chars": 31556,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Navbar.html",
"chars": 31565,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Navigation.html",
"chars": 31584,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.Panel.html",
"chars": 31557,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.ProgressBar.html",
"chars": 31592,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
},
{
"path": "docs/files/Bootstrapper.RenderedObject.html",
"chars": 31598,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
}
]
// ... and 275 more files (download for full content)
About this extraction
This page contains the full source code of the patricktalmadge/bootstrapper GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 475 files (8.5 MB), approximately 2.3M tokens, and a symbol index with 852 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.