• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

romm / formz
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: wip/steps
DEFAULT BRANCH: master
Repo Added 03 Oct 2016 11:22AM UTC
Files 263
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/method-get-properties
branch: feature/method-get-properties
CHANGE BRANCH
x
Reset
  • feature/method-get-properties
  • 1.0.0
  • 1.1.0
  • 1.1.1
  • 1.2.0
  • bugfix/SUN-4277-formz-error-ajax
  • bugfix/asset-file-name-hash
  • bugfix/chash-ajax-uri
  • bugfix/empty-view-source
  • bugfix/field-layout-v8
  • bugfix/fix-unit-tests
  • bugfix/form-default-configuration
  • bugfix/js-messages-replace
  • bugfix/multiple-fields-level
  • bugfix/slot-rendering-context
  • bugfix/version-2/format-data-attributes
  • bugfix/view-bugs-v8
  • bugfix/viewhelper-parent-arguments
  • development
  • feature/DGT-5845-page-erreur-custom
  • feature/improve-form-definition
  • feature/improve-form-object
  • feature/improve-form-object-handling
  • feature/middleware
  • feature/middleware-bak
  • feature/middleware-test
  • feature/middleware-tmp
  • feature/middleware-tmp-bis
  • feature/middleware-wip-test-v2
  • feature/version-2
  • feature/version-2-remove-validation-data
  • master
  • middleware-wip
  • middleware-wip-tmp
  • middleware-wip-tmp2
  • task/configuration-unit-tests
  • task/hash-handling
  • task/move-field-validation-namespace
  • task/move-form-validation-namespace
  • task/rename-configuration-to-definition
  • task/required-validator-bool-false
  • task/update-unit-tests
  • task/valid-class-checks-empty-value
  • test/v2
  • tmp
  • tmp-wip
  • unit-test-services
  • wip/doc-changelog-section
  • wip/steps
  • wip/steps-tmp
  • wip/steps-v9
  • wip/steps-v9-bis

pending completion
827

push

travis-ci

romm
[FEATURE] Introduce `getProperties` method in form object

This method returns an array containing the names of the properties that can be
found in the form class.

These properties should be directly bound to the form: properties containing
other values like a service should not be in this list. To prevent it, the tag
`@formz-ignore` must be added in the property annotation.

Example:

```
class MyForm implements FormInterface
{
    /**
     * @var string
     */
    protected $email;

    /**
     * @var SomeService
     * @formz-ignore
     */
    protected $service
}
```

2741 of 3166 relevant lines covered (86.58%)

17.21 hits per line

Relevant lines Covered
Build:
Build:
3166 RELEVANT LINES 2741 COVERED LINES
17.21 HITS PER LINE
Source Files on feature/method-get-properties
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
827 feature/method-get-properties [FEATURE] Introduce `getProperties` method in form object This method returns an array containing the names of the properties that can be found in the form class. These properties should be directly bound to the form: properties containing other... push 30 May 2017 12:03PM UTC romm travis-ci pending completion  
See All Builds (1073)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc