PhpSpec\Event\FileCreationEvent::__construct PHP Метод

__construct() публичный Метод

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