Hi all, which syntax is more suitable (or will not be deprecated) preferrable than the other one?
${name.firstName}
or
$name.firstName
or
$name.getFirstName()
thanks in advance.
--
Bayarsaikhan VOLODYA
Hi all, which syntax is more suitable (or will not be deprecated) preferrable than the other one?
${name.firstName}
or
$name.firstName
or
$name.getFirstName()
thanks in advance.
--
Bayarsaikhan VOLODYA