Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Petr Hudák
programko
Commits
ac53f998
Commit
ac53f998
authored
4 years ago
by
Petr Hudák
Browse files
Options
Download
Email Patches
Plain Diff
Upload New File
parent
0eadaf6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
petrHudak/HomepagePresenter.php
petrHudak/HomepagePresenter.php
+35
-0
No files found.
petrHudak/HomepagePresenter.php
0 → 100644
View file @
ac53f998
<?php
declare
(
strict_types
=
1
);
namespace
App\Presenters
;
use
UserHudak
;
use
Nette
;
final
class
HomepagePresenter
extends
Nette\Application\UI\Presenter
{
public
function
actionDefault
(){
$Petr
=
new
UserHudak
();
$Petr
->
setUsernameHudak
(
"Petr"
);
echo
$Petr
->
getStreetHudak
();
echo
$Petr
->
getZipHudak
();
echo
$Petr
->
getInvoiceIdHudak
();
echo
$Petr
->
getLoginCountHudak
();
echo
$Petr
->
getBornDateHudak
();
dump
(
$Petr
);
die
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment