PHPackages                             ymmtmsys/properties - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ymmtmsys/properties

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ymmtmsys/properties
===================

Automatically creates a setter and getter via annotations.

0.1.0(13y ago)013MITPHPPHP &gt;=5.3.0

Since Oct 6Pushed 13y agoCompare

[ Source](https://github.com/ymmtmsys/properties)[ Packagist](https://packagist.org/packages/ymmtmsys/properties)[ RSS](/packages/ymmtmsys-properties/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Properties
==========

[](#properties)

Properties is automatically creates a setter and getter via annotations.

[![Build Status](https://camo.githubusercontent.com/4d5cb0bf089628dd934744c4942dc32d2c3f1bb93ab2dfeae104e1321c7ef383/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f796d6d746d7379732f70726f706572746965732e706e67)](http://travis-ci.org/ymmtmsys/properties)

### Annotations

[](#annotations)

#### @accessor

[](#accessor)

The @accessor annotation is able to read and write variable.

#### @reader

[](#reader)

The @reader annotation is able to read variable.

#### @writer

[](#writer)

The @writer annotation is able to write variable.

Example
-------

[](#example)

```
