for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File was created 17.05.2016 06:09
*/
namespace PeekAndPoke\Component\Creator;
* @author Karsten J. Gerber <[email protected]>
class CreateWithoutConstructor extends AbstractCreator
{
* @inheritdoc
public function create($data = null)
return $this->getClass()->newInstanceWithoutConstructor();
}