Skip to content

Instantly share code, notes, and snippets.

@peterlafferty
Created September 10, 2017 18:03
Show Gist options
  • Save peterlafferty/515213c806eb5afd87667eb2abf9ee2c to your computer and use it in GitHub Desktop.
Save peterlafferty/515213c806eb5afd87667eb2abf9ee2c to your computer and use it in GitHub Desktop.
<?php
namespace pl\basicproject;
class Car {
public
function beep()
{
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment