repo.or.cz
/
projectpier.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first import
[projectpier.git]
/
language
/
da_dk.php
blob
a8494aaf92341cecefff4cdddb148809b2ef97e7
1
<
?php
2
3
// Are we in Localization class? If not break!
4
if
(!
isset
(
$this
)
||
!(
$this
instanceof
Localization
)) {
5
throw new
InvalidInstanceError
(
'
$this
'
,
$this
,
'Localization'
,
"File '"
.
__FILE__
.
"' can be included only from Localization class"
);
6
}
// if
7
8
?
>