├── .gitignore ├── LICENSE.md ├── LinkableBehavior.php ├── README.md └── composer.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Locustv2/yii2-linkable-behavior/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Locustv2/yii2-linkable-behavior/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LinkableBehavior.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Locustv2/yii2-linkable-behavior/HEAD/LinkableBehavior.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Locustv2/yii2-linkable-behavior/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Locustv2/yii2-linkable-behavior/HEAD/composer.json --------------------------------------------------------------------------------