Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Introduce Datagrids for creating DatagridFactories #57

Merged
merged 1 commit into from
Sep 23, 2016
Merged

Introduce Datagrids for creating DatagridFactories #57

merged 1 commit into from
Sep 23, 2016

Conversation

sstok
Copy link
Contributor

@sstok sstok commented Sep 23, 2016

Q A
Bug Fix? no
New Feature? yes
BC Breaks? no
Deprecations? no
Fixed Tickets #8

The Datagrids class works a facade, it hides a great deal of the implementation details and makes it much easier
for none Framework users to create a DatagridFactory with custom extensions, types and type extensions.

I decided not to add an interface for the DatagridFactoryBuilder class as anyone
needing a custom implementation will use a fully custom implementation (KISS 😋).

Documentation is coming, but the PHPDoc should already explain how to use this.

*
* @return DatagridFactoryBuilder
*/
public function addTypes(array $types)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing return-type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

*
* @return DatagridFactoryBuilder
*/
public function addTypeExtensions(array $typeExtensions)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing return-type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

*
* Normally you should not do this, but as this the only
* way to test if the object is properly build.
* Else the test would be overly complex.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

become

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

The Datagrids class works a facade, it hides a great deal of the implementation details and makes it much easier
for none Framework users to create a DatagridFactory with custom extensions, types and type extensions.
@sstok sstok merged commit fb59933 into rollerworks-graveyard:master Sep 23, 2016
sstok added a commit that referenced this pull request Sep 23, 2016
This PR was merged into the master branch.

Discussion
----------

|Q            |A  |
|---          |---|
|Bug Fix?     |no |
|New Feature? |yes|
|BC Breaks?   |no |
|Deprecations?|no |
|Fixed Tickets|#8 |

The `Datagrids` class works a facade, it hides a great deal of the implementation details and makes it much easier
for none Framework users to create a DatagridFactory with custom extensions, types and type extensions.

I decided not to add an interface for the DatagridFactoryBuilder class as anyone
needing a custom implementation will use a fully custom implementation (KISS 😋).

Documentation is coming, but the PHPDoc should already explain how to use this.

Commits
-------

fb59933 Introduce Datagrids for creating DatagridFactories
@sstok sstok deleted the feature-datagrids-facade branch September 23, 2016 14:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant