Aleluja! (הללויה)

/ HALELU BI’GVUROTAV – Hvalite Ga radi silnih dela Njegovih /

.

.

<?php
namespace Music;

class FavoriteSong
{

public function listen(Secret $chord)

{

if ($this->david->play($chord)) {
$this->lord->setPleased(true);

}

$you = new You;
if ($you->careForMusic()) {

$chord->fourth();$chord->fifth();
$chord->getMinor()->fall();
$chord->getMajor()->lift();

$king = new King;
$king->compose($chord);

for ($i = 0; $i < 4; $i++) {

echo $king->getComposedMusicName() . PHP_EOL;

}

}

}

}

.

Debugging Mode


Pratite diskusiju/Subscribe
Obaveštavaj/Notify

0 Comments / Komentara
Najstarije/Oldest
Najnovije/Newest Izglasano/Most Voted
Inline Feedbacks
View all comments