PhpSpec\Event\FileCreationEvent::__construct PHP Method

__construct() public method

public __construct ( $filepath )
    public function __construct($filepath)
    {
        $this->filepath = $filepath;
    }