Add a simple BLOCKS pragma example.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class Blocks
|
||||
{
|
||||
public $items = array(1, 2, 3);
|
||||
}
|
||||
Reference in New Issue
Block a user