Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InformasiKaryawan
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Layla Hafni Ainun Hutasuhut
InformasiKaryawan
Commits
b6b5b7af
Commit
b6b5b7af
authored
4 years ago
by
Layla Hafni Ainun Hutasuhut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete TestEmployee.php
parent
00483bb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
TestEmployee.php
InformasiKaryawan/TestEmployee.php
+0
-33
No files found.
InformasiKaryawan/TestEmployee.php
deleted
100644 → 0
View file @
00483bb4
<?php
/*
Romauli Feronica Siregar
*/
require_once
'Employee.php'
;
require_once
'Department.php'
;
require_once
'Company.php'
;
$emp1
=
new
Employee
();
echo
"DATA KARYAWAN:"
;
$emp1
->
setEmployeeName
(
"roma"
);
echo
''
;
$emp1
->
getEmployeeTitle
();
echo
'<br>'
;
$emp1
->
getEmployeeMontlySalary
();
echo
'<br>'
;
$emp1
->
getProfileEmployee
();
echo
'<br>'
;
$emp2
=
new
Department
();
echo
$emp2
->
getDepartmentName
();
$emp3
=
new
Company
();
echo
$emp3
->
getCompanyName
();
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