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
00483bb4
Commit
00483bb4
authored
May 31, 2020
by
Layla Hafni Ainun Hutasuhut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.php
parent
428d9f4e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
17 deletions
+33
-17
index.php
InformasiKaryawan/index.php
+33
-17
No files found.
InformasiKaryawan/index.php
View file @
00483bb4
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta
charset=
"UTF-8"
>
<title></title>
</head>
<body>
<?php
// put your code here
?>
</body>
</html>
<?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
();
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