for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wandu\View\Phiew;
class Configuration
{
/** @var \SplFileInfo[] */
public $path = [];
/**
* @param array $attributes
*/
public function __construct(array $attributes = [])
foreach ($attributes as $key => $value) {
$this->{$key} = $value;
}