Please forgive me as I attempt to get syntax highlighting working to my liking.
-
-
<?php
-
/**
-
* Some class
-
* @author Andrew Culver <andrew.culver@gmail.com>
-
*/
-
class Some_Class
-
{
-
protected function something()
-
{
-
return "Some result!";
-
}
-
}
-
-
// Some comment.
-
$output = Some_Factory::create(‘Some_Class’)
-
->setSomeProperty(‘Some Value’)
-
->something();
-
echo "The result was ‘{$output}’.\n";
Wow. After a little tweaking, I’m really happy about that. The results are pretty much the same as my TextWrangler settings.
Leave a Reply
You must be logged in to post a comment.