File: HasValueProperty.php

package info (click to toggle)
less.php 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: php: 7,595; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
<?php
/**
 * @private
 * @property mixed $value
 */
interface Less_Tree_HasValueProperty {

}