Created
May 14, 2018 14:25
-
-
Save myvitaliy/988a8170013b4041f118fd42813b6a53 to your computer and use it in GitHub Desktop.
canmove.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace twelve\CanMove; | |
trait CanMove | |
{ | |
public function move() { | |
echo 'Движение автомобиля<br>'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment