Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signpostmarv/daft-magic-property-analysis
Daft way to implement static analysis for magic properties
https://github.com/signpostmarv/daft-magic-property-analysis
Last synced: 5 days ago
JSON representation
Daft way to implement static analysis for magic properties
- Host: GitHub
- URL: https://github.com/signpostmarv/daft-magic-property-analysis
- Owner: SignpostMarv
- License: mit
- Created: 2019-01-23T17:50:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T19:27:05.000Z (over 5 years ago)
- Last Synced: 2024-08-03T13:41:11.964Z (3 months ago)
- Language: PHP
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copyright 2019 SignpostMarv
# daft-magic-property-analysis
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SignpostMarv/daft-magic-property-analysis/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SignpostMarv/daft-magic-property-analysis/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/SignpostMarv/daft-magic-property-analysis/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SignpostMarv/daft-magic-property-analysis/?branch=master)
[![Type Coverage](https://shepherd.dev/github/signpostmarv/daft-magic-property-analysis/coverage.svg)](https://shepherd.dev/github/signpostmarv/daft-magic-property-analysis)
[![Build Status](https://scrutinizer-ci.com/g/SignpostMarv/daft-magic-property-analysis/badges/build.png?b=master)](https://scrutinizer-ci.com/g/SignpostMarv/daft-magic-property-analysis/build-status/master)General-purpose definition assistant designed to assist with the definition of magic getters.
Code was pulled from [daft-object](https://github.com/SignpostMarv/daft-object/commit/359efead818d66cfd20f3e7f6f72d7ed51483d3c), with the goal of child-classes to define sources for properties in addition to `DaftObject::DaftObjectProperties()` and `AbstractDaftObject::PROPERTIES`.